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.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
"""
|
||||
Core functionality modules for YTSage.
|
||||
|
||||
This package contains the core business logic and utility functions.
|
||||
"""
|
||||
Reference in New Issue
Block a user