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,7 +1,7 @@
import numpy as np
from typing import List
from math import atan2, sqrt
from networks.geometry.Enums import ROTATION
from Enums import ROTATION
class Point2D: