AI_Diplomacy/bot_client/main.py
Tyler Marques 78d9ed6818
General house keeping, and the start of the bot_client
Signed-off-by: Tyler Marques <me@tylermarques.com>
2025-07-29 15:56:12 -07:00

6 lines
88 B
Python

def main():
print("Hello from bot-client!")
if __name__ == "__main__":
main()