"""API package."""

from app.routers.index import router

__all__ = ["router"]
