Trashmaster/dump.py

15 lines
229 B
Python
Raw Normal View History

2022-03-25 11:50:08 +01:00
import pygame.image
class Dump(pygame.sprite.Sprite):
# wysypisko
def __init__(self):
super().__init__()
self.glass = []
self.paper = []
self.bio = []
self.other_trash = []