7 lines
107 B
Python
7 lines
107 B
Python
from flask_sqlalchemy import SQLAlchemy, current_app, g
|
|
|
|
db = SQLAlchemy()
|
|
|
|
db_name = 'scipaperloader.db'
|
|
|