Skip to content

Voronoi Glass v1.0.1

Latest

Choose a tag to compare

@koala-koder koala-koder released this 20 Aug 05:11

Voronoi Glass v1.0.1

This is a minor update release of Voronoi Glass with a simple bug fix:

if name == "__main__":

to:

if __name__ == "__main__":