Make the Document class available when importing the library
parent
52ffcf1746
commit
f2897f6b79
|
@ -12,6 +12,7 @@ from .paths2svg import disvg, wsvg
|
||||||
from .polytools import polyroots, polyroots01, rational_limit, real, imag
|
from .polytools import polyroots, polyroots01, rational_limit, real, imag
|
||||||
from .misctools import hex2rgb, rgb2hex
|
from .misctools import hex2rgb, rgb2hex
|
||||||
from .smoothing import smoothed_path, smoothed_joint, is_differentiable, kinks
|
from .smoothing import smoothed_path, smoothed_joint, is_differentiable, kinks
|
||||||
|
from .document import Document
|
||||||
|
|
||||||
try:
|
try:
|
||||||
from .svg2paths import svg2paths, svg2paths2
|
from .svg2paths import svg2paths, svg2paths2
|
||||||
|
|
Loading…
Reference in New Issue