TradingAgents/backend/api/__init__.py

5 lines
42 B
Python

from .main import app
__all__ = ["app"]