ft_transcendence/django/games/objects/pong/Wall.py
2024-08-27 18:09:09 +02:00

5 lines
60 B
Python

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