7 lines
122 B
Python
7 lines
122 B
Python
import HMS_Backend
|
|
|
|
|
|
if __name__ == "__main__":
|
|
# Initialize the backend
|
|
HMS_Backend.app.run("0.0.0.0", port=721)
|