init code

This commit is contained in:
2026-03-04 13:56:08 +08:00
commit 755b3ccde7
11 changed files with 1052 additions and 0 deletions

7
app/__init__.py Normal file
View File

@@ -0,0 +1,7 @@
"""
app/__init__.py - 应用包初始化文件
"""
__version__ = "0.1.0"
__author__ = "AI Agent Team"