lightning/examples/__init__.py

6 lines
121 B
Python
Raw Normal View History

2019-10-05 18:13:32 +00:00
from .basic_examples.lightning_module_template import LightningTemplateModel
2019-08-05 21:57:39 +00:00
__all__ = [
'LightningTemplateModel'
]