1
0
mirror of https://github.com/illiumst/marl-factory-grid.git synced 2026-04-23 23:37:32 +02:00

added test hooks (like rules)

This commit is contained in:
Chanumask
2023-11-10 12:19:52 +01:00
parent 209b317105
commit 789e9934fd
4 changed files with 53 additions and 36 deletions
+1
View File
@@ -38,5 +38,6 @@ class Test(abc.ABC):
class FirstTest(Test):
def __init__(self):
print("firstTest")
super().__init__()
pass