Files
moreminimore-marketing/backend/routers/video_studio.py
Kunthawat Greethong c35fa52117 Base code
2026-01-08 22:39:53 +07:00

12 lines
271 B
Python

"""
Video Studio Router (Legacy Import)
This file is kept for backward compatibility.
All functionality has been moved to backend/routers/video_studio/ module.
"""
# Re-export from the new modular structure
from routers.video_studio import router
__all__ = ["router"]