Merge Enums to general file

This commit is contained in:
2024-06-13 15:52:16 +02:00
parent 143a574235
commit d76f4aefa9
5 changed files with 24 additions and 23 deletions

View File

@@ -1,5 +1,5 @@
from typing import List
from networks.geometry.Enums import LINE_OVERLAP
from Enums import LINE_OVERLAP
from networks.geometry.Point3D import Point3D