1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-23 05:24:18 +00:00
pds-2021-g2-nest/code/backend/nest_backend/database/base.py

4 lines
62 B
Python
Raw Normal View History

2021-04-19 14:14:51 +00:00
import flask_sqlalchemy
Base = flask_sqlalchemy.SQLAlchemy()