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.
This commit is contained in:
Your Name
2025-08-16 15:04:24 +03:00
parent 97a046cbae
commit 4fdc815f70
+5
View File
@@ -0,0 +1,5 @@
"""
Core functionality modules for YTSage.
This package contains the core business logic and utility functions.
"""