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:
@@ -0,0 +1,5 @@
|
||||
"""
|
||||
Utility modules for YTSage.
|
||||
|
||||
This package contains shared utilities, constants, logging, and configuration management.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user