add orm
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-03-25 02:54:59 +01:00
parent 7d7227aa47
commit 4d1de2a1f6
5 changed files with 51 additions and 1 deletions

13
src/db.py Normal file
View File

@@ -0,0 +1,13 @@
#!/usr/bin/env python3
from flask_sqlalchemy import SQLAlchemy
"""
Flask Restful endpoints
"""
__author__ = '@tormakris'
__copyright__ = "Copyright 2020, Birbnetes Team"
__module_name__ = "db"
__version__text__ = "1"
db = SQLAlchemy()