42_ft_transcendence/games/objects/Ball.py
2024-01-11 17:31:15 +01:00

8 lines
176 B
Python

from .. import config
class Ball:
def __init__(self) -> None:
self.x: float = config.BALL_SPAWN_POS_X
self.y: float = config.BALL_SPAWN_POS_Y