4 lines
94 B
Python
4 lines
94 B
Python
"""Catalog v1 routes — thin HTTP layer."""
|
|
from .router import router
|
|
|
|
__all__ = ["router"]
|