aboutsummaryrefslogtreecommitdiffstats
path: root/templates/site/tutorials/python/test.py
diff options
context:
space:
mode:
authormjfernez <mjfernez@gmail.com>2021-06-07 00:03:12 -0400
committermjfernez <mjfernez@gmail.com>2021-06-07 00:40:39 -0400
commitca5b85fb744221588859f3639ba7e4da0bc82649 (patch)
tree2595d1e315e09e5d35c362d95a35585416a7a2fb /templates/site/tutorials/python/test.py
downloadezcms-ca5b85fb744221588859f3639ba7e4da0bc82649.tar.gz
first commit
Diffstat (limited to 'templates/site/tutorials/python/test.py')
-rw-r--r--templates/site/tutorials/python/test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/site/tutorials/python/test.py b/templates/site/tutorials/python/test.py
new file mode 100644
index 0000000..83b87a6
--- /dev/null
+++ b/templates/site/tutorials/python/test.py
@@ -0,0 +1,2 @@
+#!/usr/bin/python3
+print("hi")