Skip to content

Commit

Permalink
add missing init file
Browse files Browse the repository at this point in the history
  • Loading branch information
Hgherzog committed Nov 20, 2024
1 parent ee153de commit 917c069
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions rslp/forest_loss_driver/inference/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
"""Inference pipeline steps for the forest loss driver."""

from .best_image_selector import select_best_images_pipeline
from .extract_alerts import extract_alerts_pipeline
from .materialize_dataset import materialize_forest_loss_driver_dataset
from .model_predict import forest_loss_driver_model_predict

__all__ = [
"select_best_images_pipeline",
"extract_alerts_pipeline",
"materialize_forest_loss_driver_dataset",
"forest_loss_driver_model_predict",
]

0 comments on commit 917c069

Please sign in to comment.