Added support for regenerate the modules for direct loading in bottle
This commit is contained in:
parent
3f1942cbfb
commit
11dd833f08
6 changed files with 259 additions and 96 deletions
|
|
@ -1,8 +1,6 @@
|
|||
#!/usr/bin/python3
|
||||
|
||||
from paramecio.index import create_app, run_app
|
||||
|
||||
app=create_app()
|
||||
from paramecio.index import app, run_app
|
||||
|
||||
if __name__ == "__main__":
|
||||
run_app(app)
|
||||
run_app(app)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue