6 lines
110 B
Python
6 lines
110 B
Python
from fontTools.misc.py23 import *
|
|
|
|
from .path import SVGPath, parse_path
|
|
|
|
__all__ = ["SVGPath", "parse_path"]
|