4 lines
84 B
Python
4 lines
84 B
Python
from flask_app_server import app
|
|
|
|
if __name__ == "__main__":
|
|
app.run(port=5000)
|