b1a452ab8e
Created src/gui/__init__.py with a package-level docstring describing the purpose of the GUI modules for YTSage.
6 lines
112 B
Python
6 lines
112 B
Python
"""
|
|
GUI modules for YTSage.
|
|
|
|
This package contains all user interface components and related functionality.
|
|
"""
|