Initial commit
This commit is contained in:
2
model_service/model/__init__.py
Normal file
2
model_service/model/__init__.py
Normal file
@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env python3
|
||||
from .db import db
|
5
model_service/model/db.py
Normal file
5
model_service/model/db.py
Normal file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
from flask_sqlalchemy import SQLAlchemy
|
||||
|
||||
db = SQLAlchemy()
|
||||
|
Reference in New Issue
Block a user