lib und Elemente Ordner mit __init__ versehen, so dass man beim import die Verzeichnisse durch Punktpfade angeben kann

This commit is contained in:
2026-01-27 19:00:27 +01:00
parent 855a874e4a
commit 4aae9e153d
12 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
import math
import plant2dxf
from lib import plant2dxf
from ezdxf import units
from ezdxf.entities import Line
from ezdxf.addons import importer