4 lines
55 B
Python
4 lines
55 B
Python
|
from setup import create_edges
|
||
|
|
||
|
create_edges(400, 200)
|