AI Video Generation Implementation
This commit is contained in:
8
backend/api/story_writer/utils/__init__.py
Normal file
8
backend/api/story_writer/utils/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""
|
||||
Utility helpers for Story Writer API routes.
|
||||
|
||||
Grouped here to keep the main router lean while reusing common logic
|
||||
such as authentication guards, media resolution, and HD video helpers.
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user