from utils import randcell class Helicopter: def __init__(self, w, h): rc = randcell(w, h) rx, ry = rc[0], rc[1]