Michael Beck 1a9bd7c0b1 init
2025-03-30 18:44:30 +02:00

7 lines
107 B
Python

from flask_sqlalchemy import SQLAlchemy, current_app, g
db = SQLAlchemy()
db_name = 'scipaperloader.db'