from setup import create_vertices, create_edges create_vertices(500) create_edges(10000, 500)