1 2 3 4 5 6 7 8 9
from reportlab.lib import units def cm(n): return n * units.cm def mm(n): return n * units.mm