From 78b3381c84a238cc8be48e5685d74ceec5b36765 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 3 Oct 2019 00:04:51 -0400 Subject: * Add Python support (#1612) --- examples/python/default.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 examples/python/default.py (limited to 'examples/python/default.py') diff --git a/examples/python/default.py b/examples/python/default.py new file mode 100644 index 000000000..4f023ea04 --- /dev/null +++ b/examples/python/default.py @@ -0,0 +1,2 @@ +def main(): + pass \ No newline at end of file -- cgit v1.2.3