quart-imp/app/extensions/__init__.py
David Carmichael 9687db5a96 Initial commit
2024-02-11 21:59:18 +00:00

10 lines
146 B
Python

import quart_flask_patch
from flask_sqlalchemy import SQLAlchemy
from quart_imp import Imp
_ = quart_flask_patch
imp = Imp()
db = SQLAlchemy()