This commit is contained in:
han0
2024-05-29 10:21:31 +08:00
commit 54ac29d27b
119 changed files with 6817 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
from commons.models import BaseModel
from core.extensions import db
class Model(BaseModel):
_db = db