Files
SageTube/ytsage/core/__init__.py
T
oop7 fa3dc0236f Refactor core module imports and update paths
Renamed 'src/core' to 'ytsage/core' and updated all internal imports to use relative paths. This improves package structure and ensures correct module resolution after the directory move.
2026-01-25 14:07:03 +02:00

6 lines
117 B
Python

"""
Core functionality modules for YTSage.
This package contains the core business logic and utility functions.
"""