使用 UV 包管理器

This commit is contained in:
david-ajax
2025-04-30 23:40:28 +08:00
parent bf400ca9c2
commit f33d7bbec8
33 changed files with 49 additions and 239 deletions

4
lib/agency/__init__.py Normal file
View File

@@ -0,0 +1,4 @@
from .main import *
version = '0.1.0'
print(f"Powered by Moons Agency, version {version}")