Source code for pyexlatex.models.sizes.textheight

from pyexlatex.models.item import NoOptionsNoContentsItem


[docs]class TextHeight(NoOptionsNoContentsItem): name = 'textheight'
[docs] def __init__(self): super().__init__(self.name)