PaperParser/make_celery.py

4 lines
96 B
Python

from app import create_app
flask_app = create_app()
celery_app = flask_app.extensions['celery']