about summary refs log tree commit diff stats
path: root/python/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'python/TODO')
-rwxr-xr-xpython/TODO/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/TODO/__init__.py b/python/TODO/__init__.py
new file mode 100755
index 0000000..763fb8a
--- /dev/null
+++ b/python/TODO/__init__.py
@@ -0,0 +1,3 @@
+def main():
+    print("Hello world!")
+