oshipka/persistance/populate.py
2020-03-18 11:49:15 +01:00

9 lines
68 B
Python

def populate_db(app):
with app.app_context():
pass