Refactor GUI package structure and update imports
Moved all files from src/gui/ to ytsage/gui/ and updated import statements to use relative imports within the new package structure. This improves modularity and prepares the codebase for distribution as a proper Python package.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
"""
|
||||
GUI modules for YTSage.
|
||||
|
||||
This package contains all user interface components and related functionality.
|
||||
"""
|
||||
Reference in New Issue
Block a user