diff options
Diffstat (limited to 'Walls.py')
| -rw-r--r-- | Walls.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,9 +7,9 @@ class Walls: Supports iterating over the walls and checking if there is a wall at a specific coordinate. Useful as a wrapper to later increase performance of these operations.""" - _walls = [] def __init__(self, walls): + _walls = [] self._walls = walls def fromString(wallString): |
