""" API v1 module. """ from cpv3.api.v1.router import api_router __all__ = ["api_router"]