Skip to content
Snippets Groups Projects
Commit 5906e768 authored by Fredrik Präntare's avatar Fredrik Präntare
Browse files

Update main.py

parent 86491a93
Branches
Tags
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment