diff options
Diffstat (limited to 'example/platform_callback.py')
| -rw-r--r-- | example/platform_callback.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/example/platform_callback.py b/example/platform_callback.py new file mode 100644 index 0000000..b8a87d0 --- /dev/null +++ b/example/platform_callback.py @@ -0,0 +1,6 @@ + + + + +def callback(simulator): + print("Called :)")
\ No newline at end of file |
