xenux4u commited on
Commit
8f11a0d
·
verified ·
1 Parent(s): 1246594

Create extensions.py

Browse files
Files changed (1) hide show
  1. extensions.py +3 -0
extensions.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ from flask_sqlalchemy import SQLAlchemy
2
+
3
+ db = SQLAlchemy()