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

@@ -2,7 +2,7 @@ from typing import List, Union
import numpy as np
from Enums import LINE_OVERLAP, LINE_THICKNESS_MODE
from utils.Enums import LINE_OVERLAP, LINE_THICKNESS_MODE
from networks.geometry.Point2D import Point2D