fixes json import

This commit is contained in:
=
2024-02-08 12:04:09 +01:00
parent 65e96174cb
commit e0495e8e28

View File

@@ -1,6 +1,6 @@
include("PolyCube.jl") include("PolyCube.jl")
import JSON: json import Json: json
function main(maxsize::int) function main(maxsize::int)
root_pcube = PolyCube([(0, 0, 0)], [(0, 0, 0)]) root_pcube = PolyCube([(0, 0, 0)], [(0, 0, 0)])