Files
test/Player.py
2024-08-07 21:21:17 +02:00

5 lines
81 B
Python

import pygame
class Player(object):
def __init__(self) -> None:
pass