RAG/api/__init__.py

8 lines
85 B
Python

"""
API module for FastAPI application
"""
from .main import app
__all__ = ["app"]