diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-09-11 14:48:59 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-09-11 14:48:59 +0200 |
| commit | a8281ebfd3f3a3c67e4a022ce59450146c90fb6e (patch) | |
| tree | 3d47894f8397aff012f2f22b08652f4d92c6e96a /example/platform_callback.py | |
| parent | f4f1d975043223b6a5fb512946f6d7c0e3ee791f (diff) | |
Minor changes
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 |
