48 """Structure used to store the response of the conversion procedure."""
53 result: Optional[Union[bytes, str, FontResult]] =
None
56FF_FAMILY_PATH: Path = CONST.ASSETS_DIRECTORY /
"fffamily"
57SUCCESS: int = CONST.SUCCESS
58ERROR: int = CONST.ERROR
59DEBUG: bool = CONST.DEBUG