rugmuncher-backend / app /api /v1 /catalog /__init__.py
Crypto Rug Muncher
clean slate: removing all old data, fresh build
6993919
Raw
History Blame Contribute Delete
94 Bytes
"""Catalog v1 routes — thin HTTP layer."""
from .router import router
__all__ = ["router"]