c8ff4849fe
Introduced a descriptive docstring in ytsage/utils/__init__.py to clarify the purpose of the utilities package and its contents.
6 lines
127 B
Python
6 lines
127 B
Python
"""
|
|
Utility modules for YTSage.
|
|
|
|
This package contains shared utilities, constants, logging, and configuration management.
|
|
"""
|