from grid import Grid from sidewinder import Sidewinder grid = Grid(10, 10) Sidewinder.on(grid) grid.to_img() print(grid)