We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8681eb9 commit b31bdb4Copy full SHA for b31bdb4
timecopilot/__init__.py
@@ -1,3 +1,4 @@
1
from .agent import TimeCopilot
2
+from .forecaster import TimeCopilotForecaster
3
-__all__ = ["TimeCopilot"]
4
+__all__ = ["TimeCopilot", "TimeCopilotForecaster"]
0 commit comments