diff options
Diffstat (limited to 'run.py')
-rw-r--r-- | run.py | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +from app import blure +from config import host, port, debug + +if __name__ == '__main__': + blure.go_fast(host=host, port=port, debug=debug) |