xref
: /
aosp_15_r20
/
external
/
fonttools
/
Lib
/
fontTools
/
svgLib
/
__init__.py
(revision e1fe3e4ad2793916b15cccdc4a7da52a7e1dd0e9)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
from
.
path
import
SVGPath
,
parse_path
2
3
__all__
= [
"SVGPath"
,
"parse_path"
]
4