2025-04-30 17:28:58 +01:00

7 lines
122 B
Python

import HMS_Backend
if __name__ == "__main__":
# Initialize the backend
HMS_Backend.app.run("0.0.0.0", port=721)