Initial commit
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
from .path import SVGPath, parse_path
|
||||
|
||||
__all__ = ["SVGPath", "parse_path"]
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
from .path import SVGPath, parse_path
|
||||
|
||||
__all__ = ["SVGPath", "parse_path"]
|
||||