from opencamlib import ocl
#help(ocl)

#
c=ocl.BallCutter(1,2)
print(c.__doc__)
print(ocl.version())
help(ocl.BallCutter(4,5))
