Files
SageTube/src/core/__init__.py
T
Your Name 4fdc815f70 Add package docstring to core __init__.py
Introduces a new __init__.py file for the core package with a descriptive docstring outlining its purpose and contents.
2025-08-16 15:04:24 +03:00

6 lines
117 B
Python

"""
Core functionality modules for YTSage.
This package contains the core business logic and utility functions.
"""