diff --git a/main.py b/main.py index 7a8bd4edae14fd076a212b6f0404313f35001b6f..e74f03c75b31a19df3ade05e15e299952a8f9cbb 100644 --- a/main.py +++ b/main.py @@ -2,7 +2,6 @@ import os from library import * - class MyAgent(IDABot): def __init__(self): IDABot.__init__(self) @@ -13,7 +12,6 @@ class MyAgent(IDABot): def on_step(self): IDABot.on_step(self) - def main(): coordinator = Coordinator() bot1 = MyAgent() @@ -33,6 +31,5 @@ def main(): while coordinator.update(): pass - if __name__ == "__main__": - main() + main() \ No newline at end of file