feat: Extraction now part of the main workflow

This commit is contained in:
2025-12-11 08:47:29 +00:00
parent 1c6418e044
commit d386317957
8 changed files with 112 additions and 18 deletions
+2 -5
View File
@@ -1,9 +1,6 @@
from .nimrod import Nimrod
from .batch_nimrod import BatchNimrod
from .generate_timeseries import GenerateTimeseries
from .extract import Extract
__all__ = [
"Nimrod",
"BatchNimrod",
"GenerateTimeseries",
]
__all__ = ["Nimrod", "BatchNimrod", "GenerateTimeseries", "Extract"]