Files
pytorch-lightning/examples/__init__.py
T
2019-08-06 22:45:27 +02:00

6 lines
128 B
Python

from .new_project_templates.lightning_module_template import LightningTemplateModel
__all__ = [
'LightningTemplateModel'
]