mirror of https://github.com/pallets/flask.git
5 lines
102 B
Python
5 lines
102 B
Python
|
from task_app import create_app
|
||
|
|
||
|
flask_app = create_app()
|
||
|
celery_app = flask_app.extensions["celery"]
|