Make the Document class available when importing the library

pull/58/head
Michael X. Grey 2018-05-07 18:29:19 -07:00
parent 52ffcf1746
commit f2897f6b79
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ from .paths2svg import disvg, wsvg
from .polytools import polyroots, polyroots01, rational_limit, real, imag
from .misctools import hex2rgb, rgb2hex
from .smoothing import smoothed_path, smoothed_joint, is_differentiable, kinks
from .document import Document
try:
from .svg2paths import svg2paths, svg2paths2