Commit 2c4e102c authored by 赵杰's avatar 赵杰

数据库model删除metemodel

parent eed859c0
......@@ -6,14 +6,12 @@
# @Email : acepengxiong@163.com
# @Software : PyCharm
# -----------------------------------------------------------------------------
from sqlalchemy.ext.declarative import declarative_base, declared_attr
from sqlalchemy.ext.declarative import declarative_base
Base = declarative_base()
metadata = Base.metadata
class BaseModel():
"""."""
__abstract__ = True
def __init__(self):
pass
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment