Replace submodules with full folder contents
This commit is contained in:
5
Machine-Backend/run.py
Normal file
5
Machine-Backend/run.py
Normal file
@ -0,0 +1,5 @@
|
||||
from app import create_app
|
||||
|
||||
if __name__ == '__main__':
|
||||
app = create_app()
|
||||
app.run(debug=True, port=5000)
|
||||
Reference in New Issue
Block a user