Files
PyGame-Snake/player/player.py
2025-03-22 20:32:31 +01:00

5 lines
80 B
Python

class Player:
def __init__(self):
self.controls = None