uae-kb / backend /__init__.py
jinruiyang
Add backend API module for FastAPI server
da9db52
"""
UAE Knowledge System - Backend Package
"""
from .api import app
__all__ = ["app"]