Python Classes
You may want to create your own Python classes, you can do
this by hijacking the functions script, and adding the class there. Since the functions script runs
prior to any other PixelPAD object, we can safely call any function class from within the start
or loop of a PixelPAD class.