Ejemplo n.º 1
0
def habr_snippets():
    with flask_app.app_context():
        get_habr_snippets()
Ejemplo n.º 2
0
from webapp import create_app
from webapp.news.parsers import habr

app = create_app()
with app.app_context():
    habr.get_habr_snippets()