Add play button stub

This commit is contained in:
2025-12-31 00:10:27 +01:00
parent 8466e77a61
commit 1299c27284
2 changed files with 23 additions and 0 deletions

View File

@@ -56,6 +56,11 @@ def start_party():
print("Party started!")
pass
@app.route("/command/party/play", methods=['POST'])
def start_party():
print("Move received !")
pass
if __name__ == "__main__":
try :