mirror of
https://github.com/sartography/uva-covid19-testing-communicator.git
synced 2025-02-18 18:07:13 +00:00
6 lines
150 B
Python
6 lines
150 B
Python
from communicator import app
|
|
|
|
# if __name__ == "__main__":
|
|
# flask_port = app.config['FLASK_PORT']
|
|
# app.run(host='0.0.0.0', port=flask_port)
|