add state

This commit is contained in:
2026-05-09 12:48:26 +09:00
parent 6d25f5b6a2
commit 9873605c02
2 changed files with 123 additions and 0 deletions

3
bot.py
View File

@@ -11,6 +11,8 @@ import time
import socket
import json
from state import StateManager
# ~~~~~============== CONFIGURATION ==============~~~~~
# Replace "REPLACEME" with your team name!
team_name = "HanyangFloorFunction"
@@ -29,6 +31,7 @@ team_name = "HanyangFloorFunction"
def main():
args = parse_arguments()
state = StateManager()
exchange = ExchangeConnection(args=args)