mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-07-06 01:21:36 +02: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