TelegramAktienBot/webservice/db.py

4 lines
59 B
Python
Raw Normal View History

2022-03-13 19:43:24 +00:00
from flask_sqlalchemy import SQLAlchemy
db = SQLAlchemy()