esds/example/platform_callback.py

3 lines
84 B
Python
Raw Permalink Normal View History

2022-09-11 14:48:59 +02:00
def callback(simulator):
2022-09-11 16:14:17 +02:00
print("Callback called at {}s".format(simulator.time))