5 lines
78 B
Python
5 lines
78 B
Python
import pygame
|
|
|
|
class Box:
|
|
def __init__(self):
|
|
self.nazwa = "Nazwa" |