""" A set of modules which is used to build a geometrical representation of the test scenario domain. It contains functions for fitting data across an arbitrary terrain height mesh. """ #Add path of package to PYTHONPATH to allow C-extensions to be loaded import sys sys.path += __path__