mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-07-06 01:21:36 +02:00
added test hooks (like rules)
This commit is contained in:
@ -38,5 +38,6 @@ class Test(abc.ABC):
|
||||
class FirstTest(Test):
|
||||
|
||||
def __init__(self):
|
||||
print("firstTest")
|
||||
super().__init__()
|
||||
pass
|
||||
|
Reference in New Issue
Block a user