mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-09 14:55:22 +00:00
4 lines
85 B
Python
Executable file
4 lines
85 B
Python
Executable file
#!/usr/bin/env python
|
|
|
|
def callback(simulator):
|
|
simulator.log("Hello Callback!")
|