router stuff

This commit is contained in:
callebtc
2022-09-28 11:24:15 +02:00
parent ff7312c6d8
commit 21dff05f82
6 changed files with 240 additions and 221 deletions

7
mint/__main__.py Normal file
View File

@@ -0,0 +1,7 @@
from .app import create_app, main
print("main")
app = create_app()
# main()