from setup import create_vertices, create_edges create_vertices(1000) create_edges(50000, 1000)