Files
work-secretfile-selfcheck/UmiOCR-data/site-packages/fontTools/svgLib/__init__.py

4 lines
75 B
Python
Raw Normal View History

from .path import SVGPath, parse_path
__all__ = ["SVGPath", "parse_path"]