From bdd93135823ae1ef293d4be3eb50d0ca6bdeee9e Mon Sep 17 00:00:00 2001 From: David Shah Date: Thu, 7 Jun 2018 08:56:54 +0200 Subject: Allow loading and running Python files before GUI starts Signed-off-by: David Shah --- python/functions.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 python/functions.py (limited to 'python/functions.py') diff --git a/python/functions.py b/python/functions.py new file mode 100644 index 00000000..4f005456 --- /dev/null +++ b/python/functions.py @@ -0,0 +1,2 @@ +def test_function(): + print("Hello World!") -- cgit v1.2.3