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
+2 -2
View File
@@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-
from ezdxf.entities import Line
import math
import plant2dxf
import block_methoden
from lib import plant2dxf
from lib import block_methoden
RADIUS = 400