lightning/examples/__init__.py

6 lines
121 B
Python

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