Added YouTube Creator scene building flow documentation
This commit is contained in:
11
backend/api/youtube/handlers/__init__.py
Normal file
11
backend/api/youtube/handlers/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
"""
|
||||
YouTube Creator handler package.
|
||||
|
||||
Contains endpoints for avatar upload/optimization and scene image generation.
|
||||
"""
|
||||
|
||||
# Explicitly define __all__ for clarity
|
||||
__all__ = []
|
||||
"""YouTube Creator handlers package."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user