diff options
Diffstat (limited to 'unmaintained_templates/python/TODO/__init__.py')
-rwxr-xr-x | unmaintained_templates/python/TODO/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unmaintained_templates/python/TODO/__init__.py b/unmaintained_templates/python/TODO/__init__.py new file mode 100755 index 0000000..46b4ca5 --- /dev/null +++ b/unmaintained_templates/python/TODO/__init__.py @@ -0,0 +1,2 @@ +def main(): + print("Hello world!") |