First commit.

This commit is contained in:
Wim Pomp
2022-01-25 15:43:13 +01:00
parent 60365b97f1
commit 63c3964036
7 changed files with 259 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/env python3
from coronaflask.app import app
if __name__ == '__main__':
app.run()