"""API module for EyeWiki RAG system.""" from src.api.main import app __all__ = ["app"]