RAG/api/__init__.py

8 lines
85 B
Python
Raw Permalink Normal View History

2025-12-03 09:10:01 +08:00
"""
API module for FastAPI application
"""
from .main import app
__all__ = ["app"]