diff --git a/examples/new_project_templates/__init__.py b/examples/new_project_templates/__init__.py new file mode 100644 index 0000000000..bc8ec6d743 --- /dev/null +++ b/examples/new_project_templates/__init__.py @@ -0,0 +1 @@ +from .lightning_module_template import LightningTemplateModel \ No newline at end of file