Phillip Kühne d2caaac4bc
Codecheck (#54)
* Add GitHub Action

* Add Linting

* Add .editorconfig
2023-04-25 16:46:43 +02:00

5 lines
62 B
Python

from app import app
if __name__ == "__main__":
app.run()