mirror of
https://github.com/kristoferssolo/School.git
synced 2025-10-21 20:10:38 +00:00
4 lines
75 B
Python
4 lines
75 B
Python
from .path import SVGPath, parse_path
|
|
|
|
__all__ = ["SVGPath", "parse_path"]
|