初始化项目

This commit is contained in:
zwf
2026-06-02 17:46:38 +08:00
commit 646a4d02c0
240 changed files with 33662 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
import apps
if __name__ == "__main__":
from paste.core import aio_pool
_runner = aio_pool.get_aio_runner()
print(apps.get_version())