ycdl/frontends/ycdl_flask/backend/endpoints/__init__.py
2021-08-20 22:59:17 -07:00

9 lines
178 B
Python

from . import basic_endpoints
from . import channel_endpoints
from . import video_endpoints
__all__ = [
'basic_endpoints',
'channel_endpoints',
'video_endpoints',
]