Add package metadata to __init__.py

Created src/__init__.py with project docstring, version, and author information for YTSage, a PySide6-based YouTube video downloader.
This commit is contained in:
Your Name
2025-08-16 15:04:13 +03:00
parent 42edf075c6
commit 97a046cbae
+8
View File
@@ -0,0 +1,8 @@
"""
YTSage - YouTube Video Downloader
A modern, user-friendly YouTube video downloader built with PySide6.
"""
__version__ = "4.7.0"
__author__ = "oop7"