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
@@ -21,7 +21,7 @@ from ezdxf.entities import Line
from ezdxf.math import Matrix44
from pydantic import BaseModel, Field
import block_methoden
from lib import block_methoden
# ============================================================================