diff --git a/backend/run.py b/backend/run.py index b7a98cb..eda0270 100644 --- a/backend/run.py +++ b/backend/run.py @@ -1,4 +1,5 @@ + +from chainetv.app import create_app +app= create_app() if __name__ == '__main__': - from chainetv.app import create_app - app= create_app() app.run() \ No newline at end of file