first commit

This commit is contained in:
2023-01-22 11:12:57 +01:00
commit 841b49caec
4 changed files with 56 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
class BaseAgent():
def tick():
"""
Tick method for simulation to call to execute selected action
"""