#!/usr/bin/python3 from hilbertgenerator import Vector, hilbert n = 1 hilbert(Vector(n, n), Vector(n, 0), Vector(0,n))