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