Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EliHei2 authored Dec 11, 2024
1 parent f6b9ccd commit 5b84d3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/segger/prediction/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
Contains prediction scripts and utilities for the Segger model.
"""

__all__ = ["load_model", "predict"]
__all__ = ["load_model", "segment"]

from .predict import load_model, predict_parquet
from .predict_parquet import load_model, segmenet

0 comments on commit 5b84d3e

Please sign in to comment.