5 lines
81 B
Python
5 lines
81 B
Python
import pygame
|
|
|
|
class Player(object):
|
|
def __init__(self) -> None:
|
|
pass |