"""API routers.""" from python.api.routers.contact import router as contact_router from python.api.routers.views import router as views_router __all__ = ["contact_router", "views_router"]