Skip to content

Commit

Permalink
Add load module function
Browse files Browse the repository at this point in the history
  • Loading branch information
ladinesa committed Aug 20, 2024
1 parent bf20394 commit 1690292
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runschema/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
from nomad.config.models.plugins import SchemaPackageEntryPoint


def load_module():
from . import calculation, system, method, run # noqa

class RunSchemaEntryPoint(SchemaPackageEntryPoint):
def load(self):
from .run import m_package
Expand Down

0 comments on commit 1690292

Please sign in to comment.