#!/usr/bin/env python from app import notify_celery, create_app application = create_app('delivery') application.app_context().push()