Skip to content

Commit 7479b3b

Browse files
committed
struct test
1 parent 2f32cd4 commit 7479b3b

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

app/api/database.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,10 @@
33
from sqlalchemy.exc import IntegrityError
44
from marshmallow import ValidationError
55
from app.constants import STATUS_CODE
6-
from flask_restplus import reqparse
6+
from flask_restplus import reqparse
7+
8+
DB = SQLAlchemy()
9+
10+
class CRUD:
11+
12+
def add()

0 commit comments

Comments
 (0)