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:
Your Name
2025-08-16 15:06:57 +03:00
parent ba03a02aa1
commit b1a452ab8e
+5
View File
@@ -0,0 +1,5 @@
"""
GUI modules for YTSage.
This package contains all user interface components and related functionality.
"""