from grid_object import GridObject class OrderPickupSpot(GridObject): def __init__(self, position): GridObject.__init__(self, position)