Combine Enums

This commit is contained in:
2024-06-20 17:37:03 +02:00
parent 627bec0324
commit 4c695bc058
7 changed files with 39 additions and 46 deletions

View File

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