Merge pull request 'dump class' (#10) from dump_class into master

Reviewed-on: #10
This commit is contained in:
Bartosz Wieczorek 2022-03-25 11:50:53 +01:00
commit fe527e9fb1

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 = []