4 lines
121 B
Python
4 lines
121 B
Python
|
from flask_sqlalchemy import SQLAlchemy
|
||
|
db = SQLAlchemy()
|
||
|
from .stats import Stats
|
||
|
from .transcode import TranscodeJob
|