96dadd7e5b
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.
6 lines
112 B
Python
6 lines
112 B
Python
"""
|
|
GUI modules for YTSage.
|
|
|
|
This package contains all user interface components and related functionality.
|
|
"""
|