diff --git a/simulationworkflowschema/__init__.py b/simulationworkflowschema/__init__.py index 719c0a7..fe854e8 100644 --- a/simulationworkflowschema/__init__.py +++ b/simulationworkflowschema/__init__.py @@ -102,6 +102,7 @@ def load_modules(): if method in __all__: setattr(simulationworkflowschema, method, sub_module.__dict__[method]) + class SimulationWorkflowSchemaEntryPoint(SchemaPackageEntryPoint): def load(self): load_modules()