diff --git a/backend/bec_atlas/ingestor/__init__.py b/backend/bec_atlas/ingestor/__init__.py index e69de29..7d36dee 100644 --- a/backend/bec_atlas/ingestor/__init__.py +++ b/backend/bec_atlas/ingestor/__init__.py @@ -0,0 +1 @@ +from .data_ingestor import main diff --git a/backend/pyproject.toml b/backend/pyproject.toml index b889371..2689740 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -41,6 +41,7 @@ dev = [ [project.scripts] bec-atlas-fastapi = "bec_atlas.main:main" bec-atlas = "bec_atlas.utils.launch:main" +bec-atlas-ingestor = "bec_atlas.ingestor:main" [project.urls] "Bug Tracker" = "https://gitlab.psi.ch/bec/bec_atlas/issues"