mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-04-29 17:35:18 +00:00
6 lines
88 B
Python
6 lines
88 B
Python
def main():
|
|
print("Hello from bot-client!")
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|