encoding Standard in die erste Zeile als Kommentar eingefügt

This commit is contained in:
2026-01-27 16:16:30 +01:00
parent 5f59433ac8
commit c8760fb024
16 changed files with 16 additions and 1 deletions
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from pydantic import BaseModel, Field, field_validator from pydantic import BaseModel, Field, field_validator
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from pydantic import BaseModel, Field, field_validator from pydantic import BaseModel, Field, field_validator
from typing import Optional from typing import Optional
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from pydantic import BaseModel, Field, field_validator from pydantic import BaseModel, Field, field_validator
from typing import Optional from typing import Optional
import block_methoden import block_methoden
+1 -1
View File
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
from pydantic import BaseModel, Field, field_validator from pydantic import BaseModel, Field, field_validator
import re import re
import plant2dxf import plant2dxf
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from ezdxf.entities import Line from ezdxf.entities import Line
import math import math
from pydantic import BaseModel, Field, field_validator from pydantic import BaseModel, Field, field_validator
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from ezdxf.entities import Line from ezdxf.entities import Line
import math import math
from pydantic import BaseModel, Field, field_validator from pydantic import BaseModel, Field, field_validator
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from ezdxf.entities import Line from ezdxf.entities import Line
import math import math
from pydantic import BaseModel, Field, field_validator from pydantic import BaseModel, Field, field_validator
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import os import os
import sys import sys
import csv import csv
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from ezdxf.entities import Line from ezdxf.entities import Line
import math import math
import plant2dxf import plant2dxf
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import math import math
import plant2dxf import plant2dxf
from ezdxf import units from ezdxf import units
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import os import os
import ezdxf import ezdxf
from ezdxf.math import Matrix44, Vec3, BoundingBox, Vec2 from ezdxf.math import Matrix44, Vec3, BoundingBox, Vec2
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
""" """
Handler Context für DXF-Elementgenerierung. Handler Context für DXF-Elementgenerierung.
Vereinfacht die Aufrufe der handle-Funktionen und bietet Debug-Unterstützung. Vereinfacht die Aufrufe der handle-Funktionen und bietet Debug-Unterstützung.
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import ezdxf import ezdxf
from pathlib import Path from pathlib import Path
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
""" """
placeblocks.py placeblocks.py
Erzeugt DXF-Elemente aus einer RuleDesigner-CSV. Erzeugt DXF-Elemente aus einer RuleDesigner-CSV.
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import unittest import unittest
from pathlib import Path from pathlib import Path
import difflib import difflib
+1
View File
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import os import os
import sys import sys
import logging import logging