lab_retro/wall.py

6 lines
123 B
Python

class Wall:
#name = "wall"
character = ""
def __init__(self,position):
self.position = position