From a8281ebfd3f3a3c67e4a022ce59450146c90fb6e Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sun, 11 Sep 2022 14:48:59 +0200 Subject: Minor changes --- example/platform_callback.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 example/platform_callback.py (limited to 'example/platform_callback.py') 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 -- cgit v1.2.3