Create even more objects

This commit is contained in:
2024-06-11 01:57:42 +02:00
parent 0c18414176
commit a50fc34ed2
5 changed files with 208 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
from typing import Type
import Point2D
from networks.geometry.Point2D import Point2D
from math import sqrt, inf
import numpy as np