Phạm Văn Nguyên
Initial commit
582714f unverified
raw
history blame contribute delete
87 Bytes
"""API routes package."""
from .v1 import router as v1_router
__all__ = ["v1_router"]