CommandCallable=Callable[[Command,'Context'],list[Element]]# This is here because of a wild circular import dependency between many functions and classes
CommandCallable=Callable[[Command,'Context','NOPProcessor'],list[Element]]# This is here because of a wild circular import dependency between many functions and classes
# This class is used to keep state while transforming the document using
# transform.py. For the context to be available to the html and TeX generators,