dockered
This commit is contained in:
5
django/games/objects/pong/Wall.py
Normal file
5
django/games/objects/pong/Wall.py
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
|
||||
from .Segment import Segment
|
||||
class Wall(Segment):
|
||||
pass
|
Reference in New Issue
Block a user