multimodal-rag / src /api /__init__.py
itachi
Initial deployment
a809248
raw
history blame contribute delete
63 Bytes
"""API package."""
from .server import app
__all__ = ["app"]