模块化重构代码

This commit is contained in:
2026-02-14 01:08:38 +08:00
parent f07619c5b4
commit ca8ff7db82
9 changed files with 896 additions and 563 deletions

6
quickgit/__init__.py Normal file
View File

@@ -0,0 +1,6 @@
"""
QuickGit - 萌芽一键Git管理工具
"""
__version__ = "1.0.0"
__author__ = "shumengya"