my-video-workflow/model/__init__.py
2022-04-15 12:26:43 +08:00

4 lines
59 B
Python

from flask_sqlalchemy import SQLAlchemy
db = SQLAlchemy()