added extra import
This commit is contained in:
parent
038fb7a72f
commit
f0b36b23d5
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
import pygame, logging
|
||||
from random import randint
|
||||
from game import generate_random_level
|
||||
|
||||
|
||||
class Target(pygame.sprite.Sprite):
|
||||
|
|
Reference in a new issue