def habr_snippets(): with flask_app.app_context(): get_habr_snippets()
from webapp import create_app from webapp.news.parsers import habr app = create_app() with app.app_context(): habr.get_habr_snippets()