Commit 118d38aa authored by Allvey's avatar Allvey

add comments

parent 6ca3b4ba
......@@ -6,6 +6,10 @@
# @File : tables.py
# @Software: PyCharm
# 存储数据库表结构
from sqlalchemy import Column, create_engine
from sqlalchemy import VARCHAR, DateTime, Float, Integer, BOOLEAN
from sqlalchemy.orm import sessionmaker
......
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