@ -10,7 +10,7 @@ def run():
screen=pygame.display.set_mode((500, 500))
pygame.display.set_caption("flower")
gun=Gun(screen)
bullets=Group(screen)
bullets=Group()
enemies=Group(screen)
stats = Stats()
scores = Scores(screen, stats)