From bfcf282f8785bf27a976ced054faa39b88325837 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Bonacchi?= Date: Wed, 28 Aug 2019 15:50:38 +0100 Subject: [PATCH] Added my_module.py --- my_module.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 my_module.py diff --git a/my_module.py b/my_module.py new file mode 100644 index 0000000..73fb7c3 --- /dev/null +++ b/my_module.py @@ -0,0 +1 @@ +print('Hello World!')