wifi-densepose/archive/v1/src/api/routers/__init__.py

7 lines
117 B
Python

"""
API routers package
"""
from . import pose, stream, health, auth
__all__ = ["pose", "stream", "health", "auth"]