from services.scd import SCD from services.point.cartesian import PointCartesian from services.point.polar import PointPolar implemented = { "SCD": SCD, "PointCartesian": PointCartesian, "PointPolar": PointPolar, }