🎉 it runs

This commit is contained in:
NikolajDanger
2022-05-24 14:12:54 +02:00
parent fbefb00707
commit bec0ae3797
16 changed files with 743 additions and 143 deletions

2
run.py
View File

@ -1,3 +1,3 @@
from bank import app
from aula import app
if __name__ == '__main__':
app.run(debug=True)