42_ft_transcendence/django/games/objects/pong/Wall.py
2024-05-14 08:50:37 +02:00

5 lines
60 B
Python

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