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
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,6 @@ import os ...@@ -2,7 +2,6 @@ import os
from library import * from library import *
class MyAgent(IDABot): class MyAgent(IDABot):
def __init__(self): def __init__(self):
IDABot.__init__(self) IDABot.__init__(self)
...@@ -13,7 +12,6 @@ class MyAgent(IDABot): ...@@ -13,7 +12,6 @@ class MyAgent(IDABot):
def on_step(self): def on_step(self):
IDABot.on_step(self) IDABot.on_step(self)
def main(): def main():
coordinator = Coordinator() coordinator = Coordinator()
bot1 = MyAgent() bot1 = MyAgent()
...@@ -33,6 +31,5 @@ def main(): ...@@ -33,6 +31,5 @@ def main():
while coordinator.update(): while coordinator.update():
pass pass
if __name__ == "__main__": 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