TradingAgents/tradingagents/scheduled/__main__.py

6 lines
83 B
Python

from .runner import main
if __name__ == "__main__":
raise SystemExit(main())