rugmuncher-backend / app /api /v1 /catalog /__init__.py
cryptorugmunch
merge: chore/cleanup-remove-bloat-and-secrets into main
bde2f3a
Raw
History Blame Contribute Delete
94 Bytes
"""Catalog v1 routes — thin HTTP layer."""
from .router import router
__all__ = ["router"]