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,10 +1,10 @@
# -*- coding: utf-8 -*-
from pydantic import BaseModel, Field, field_validator
import re
import plant2dxf
import math
from ezdxf.math import Matrix44
import block_methoden
from lib import plant2dxf
from lib import block_methoden
class Gefaellestrecke(BaseModel):