
# Implementation of module {contour_hp}.
# Last edited on 2021-05-21 05:18:19 by jstolfi

import move
import path
import block
import contour
import contour_IMP

from shapely.geometry import Point
from shapely.geometry.polygon import Polygon


def set_used(cr, us):
  cr.used = us
  # ----------------------------------------------------------------------
  
def used(cr):
  return cr.used
  # ----------------------------------------------------------------------

