Files
ALwrity/backend/api/youtube/handlers/__init__.py

12 lines
216 B
Python

"""
YouTube Creator handler package.
Contains endpoints for avatar upload/optimization and scene image generation.
"""
# Explicitly define __all__ for clarity
__all__ = []
"""YouTube Creator handlers package."""