TelegramAktienBot/api/app/db.py
H4CK3R-01 21d2bc334c Tests
- Improved directory structure
- Added functional and unit tests
2022-03-30 10:46:54 +02:00

4 lines
65 B
Python

from flask_sqlalchemy import SQLAlchemy
database = SQLAlchemy()