mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-12-11 18:10:38 +01:00
Documentation
This commit is contained in:
committed by
Steffen Illium
parent
604c0c6f57
commit
855f53b406
@@ -20,5 +20,8 @@ class Machines(Collection):
|
||||
return True
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
"""
|
||||
A Collection of Machines.
|
||||
"""
|
||||
super(Machines, self).__init__(*args, **kwargs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user