初始化

This commit is contained in:
2026-09-03 14:31:25 +08:00
parent 30dd0bea14
commit 64a51f2567
23 changed files with 2091 additions and 144 deletions

3
models/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
# 存放数据库表的模型包
from .lottery_dlt import LotteryDLT