1 """API module for exposing RAG pipeline as a web service.""" 2 3 from .server import app 4 5 __all__ = ["app"]