We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36bb2c6 commit 6227873Copy full SHA for 6227873
1 file changed
src/bot.py
@@ -7,7 +7,7 @@
7
from util.vec import Vec3
8
9
10
-class PythonExample(BaseAgent):
+class MyBot(BaseAgent):
11
12
def initialize_agent(self):
13
# This runs once before the bot starts up
0 commit comments