From 62a4f6dfb38702ee79efdbc5bd07299091ef5ddb Mon Sep 17 00:00:00 2001 From: Leonardo Sala Date: Tue, 3 May 2016 11:01:27 +0200 Subject: [PATCH] Script execution --- script/test.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 script/test.py diff --git a/script/test.py b/script/test.py new file mode 100644 index 0000000..3d05645 --- /dev/null +++ b/script/test.py @@ -0,0 +1 @@ +print get_string("Enter") \ No newline at end of file