mirror of
https://github.com/aljazceru/nutshell.git
synced 2025-12-23 03:34:19 +01:00
router stuff
This commit is contained in:
7
mint/__main__.py
Normal file
7
mint/__main__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from .app import create_app, main
|
||||
|
||||
print("main")
|
||||
|
||||
app = create_app()
|
||||
|
||||
# main()
|
||||
Reference in New Issue
Block a user