lightning/examples/__init__.py

6 lines
128 B
Python

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