lightning/examples/__init__.py

6 lines
128 B
Python
Raw Normal View History

2019-08-05 21:57:39 +00:00
from .new_project_templates.lightning_module_template import LightningTemplateModel
__all__ = [
'LightningTemplateModel'
]