MediaDash/models/__init__.py

4 lines
121 B
Python
Raw Normal View History

2021-08-29 13:03:28 +00:00
from flask_sqlalchemy import SQLAlchemy
db = SQLAlchemy()
from .stats import Stats
from .transcode import TranscodeJob