from tope import Tope from tope.net import * from tope.orth import * from tests import normalize_polygon from typing import * import json, os, numpy as np rng = np.random.default_rng() with open("polys.json") as fd: polys = json.load(fd) logger.remove()