mirror of
https://github.com/wassname/pytorch-lightning.git
synced 2026-08-22 12:20:50 +08:00
6 lines
128 B
Python
6 lines
128 B
Python
from .new_project_templates.lightning_module_template import LightningTemplateModel
|
|
|
|
__all__ = [
|
|
'LightningTemplateModel'
|
|
]
|