agentops/app/deploy/jockey/api/__init__.py

6 lines
48 B
Python

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