6 lines
136 B
Python
6 lines
136 B
Python
from autopilot import RandomPilot
|
|
from simulator import Simulator
|
|
|
|
simulator = Simulator(RandomPilot(), RandomPilot())
|
|
simulator.loop()
|