mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-18 03:42:01 +00:00
5 lines
85 B
Python
5 lines
85 B
Python
![]() |
#!/usr/bin/env python
|
||
|
|
||
|
def callback(simulator):
|
||
|
simulator.log("Hello Callback!")
|