"""
API Version 1 Package
"""
from src.core.routers.v1 import api_router

__all__ = ["api_router"]