42_ft_transcendence/games/objects/Wall.py

5 lines
60 B
Python

from .Segment import Segment
class Wall(Segment):
pass