added documentation for environment entity and factory

This commit is contained in:
Joel Friedrich
2024-01-05 14:26:09 +01:00
parent 3cd5caed93
commit f35944cc55
5 changed files with 146 additions and 140 deletions

View File

@@ -7,10 +7,7 @@ class Wall(Entity):
def __init__(self, *args, **kwargs):
"""
TODO
:return:
A class representing a wall entity in the environment.
"""
super().__init__(*args, **kwargs)