We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f32cd4 commit 7479b3bCopy full SHA for 7479b3b
1 file changed
app/api/database.py
@@ -3,4 +3,10 @@
3
from sqlalchemy.exc import IntegrityError
4
from marshmallow import ValidationError
5
from app.constants import STATUS_CODE
6
-from flask_restplus import reqparse
+from flask_restplus import reqparse
7
+
8
+DB = SQLAlchemy()
9
10
+class CRUD:
11
12
+ def add()
0 commit comments