bootstrap project
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-11-24 17:05:02 +01:00
parent 1d88225ff2
commit 0b2901ec3b
10 changed files with 233 additions and 0 deletions

13
src/db.py Normal file
View File

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