Skip to content

Commit b31bdb4

Browse files
committed
fix: expose forecaster class to main module
1 parent 8681eb9 commit b31bdb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

timecopilot/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
from .agent import TimeCopilot
2+
from .forecaster import TimeCopilotForecaster
23

3-
__all__ = ["TimeCopilot"]
4+
__all__ = ["TimeCopilot", "TimeCopilotForecaster"]

0 commit comments

Comments
 (0)