TelegramAktienBot/api/db.py
H4CK3R-01 ecc532b752 Extracted frontend from webservice to new directory
Updated directory structure
Updated .gitignore
2022-03-17 17:11:00 +01:00

4 lines
59 B
Python

from flask_sqlalchemy import SQLAlchemy
db = SQLAlchemy()