File size: 90 Bytes
702ea87
 
 
 
 
1
2
3
4
5
6
"""API module for EyeWiki RAG system."""

from src.api.main import app

__all__ = ["app"]