"""API v1 package - exports the main v1 router.""" from app.api.v1.router import router __all__ = ["router"]