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.
This commit is contained in:
oop7
2026-01-25 14:22:58 +02:00
parent c15d615b06
commit c8ff4849fe
+5
View File
@@ -0,0 +1,5 @@
"""
Utility modules for YTSage.
This package contains shared utilities, constants, logging, and configuration management.
"""