dump class #10

Merged
s462072 merged 2 commits from dump_class into master 2022-03-25 11:50:53 +01:00

14
dump.py Normal file
View File

@ -0,0 +1,14 @@
import pygame.image
class Dump(pygame.sprite.Sprite):
# wysypisko
def __init__(self):
super().__init__()
self.glass = []
self.paper = []
self.bio = []
self.other_trash = []