Add initial docstring for gui package
Created src/gui/__init__.py with a package-level docstring describing the purpose of the GUI modules for YTSage.
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