Base code
This commit is contained in:
11
backend/routers/video_studio.py
Normal file
11
backend/routers/video_studio.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""
|
||||
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"]
|
||||
Reference in New Issue
Block a user