Files
42_ft_transcendence/games/objects/Wall.py
2024-04-05 17:47:17 +02:00

5 lines
60 B
Python

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