初始化

This commit is contained in:
gouhanke
2026-03-05 18:26:08 +08:00
commit 5073036034
22 changed files with 504 additions and 0 deletions

3
server/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
from .app import app
__all__ = ["app"]