Some changes...

This commit is contained in:
Christian
2024-08-07 21:21:17 +02:00
parent ba21a28ec9
commit 3cc8160f06
5 changed files with 40 additions and 7 deletions

5
Player.py Normal file
View File

@@ -0,0 +1,5 @@
import pygame
class Player(object):
def __init__(self) -> None:
pass