Initial Commit

This commit is contained in:
2023-09-08 19:05:37 +03:00
commit 7e60195cb7
185 changed files with 27107 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
from helpers.database import db
from safrs import SAFRSBase
from safrs.api_methods import search
class BaseModel(SAFRSBase, db.Model):
__abstract__ = True
SAFRSBase.search = search