Files
SageTube/ytsage/utils/__init__.py
T
oop7 c8ff4849fe Add module docstring to utils package
Introduced a descriptive docstring in ytsage/utils/__init__.py to clarify the purpose of the utilities package and its contents.
2026-01-25 14:22:58 +02:00

6 lines
127 B
Python

"""
Utility modules for YTSage.
This package contains shared utilities, constants, logging, and configuration management.
"""