4fdc815f70
Introduces a new __init__.py file for the core package with a descriptive docstring outlining its purpose and contents.
6 lines
117 B
Python
6 lines
117 B
Python
"""
|
|
Core functionality modules for YTSage.
|
|
|
|
This package contains the core business logic and utility functions.
|
|
"""
|