blob: f1a6633bb48c21f6c446f88e5a084f659e837fbc (
plain)
1
2
3
4
5
6
7
|
# coding=utf-8
from dxf12_outlines import DxfTwelve
from inkex.tester import InkscapeExtensionTestMixin, TestCase
class TestDXF12OutlinesBasic(InkscapeExtensionTestMixin, TestCase):
effect_class = DxfTwelve
|