“test”

This commit is contained in:
Maciej Ścigacz 2023-05-30 17:35:05 +02:00
parent d23909e925
commit 540c83ff56

1
run.py
View File

@ -5,5 +5,6 @@ ctx = app.app_context()
ctx.push()
ctx.pop()
if __name__ == "__main__":
app.run()