From 6df2ef639806567bf7ef9b3b50bef08b9cfb7e3a Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 31 Mar 2024 23:40:32 +0200 Subject: refactor({python,markdown}): Also move them to the templates diretory --- templates/unmaintained/python/TODO/__init__.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 templates/unmaintained/python/TODO/__init__.py (limited to 'templates/unmaintained/python/TODO/__init__.py') diff --git a/templates/unmaintained/python/TODO/__init__.py b/templates/unmaintained/python/TODO/__init__.py new file mode 100755 index 0000000..46b4ca5 --- /dev/null +++ b/templates/unmaintained/python/TODO/__init__.py @@ -0,0 +1,2 @@ +def main(): + print("Hello world!") -- cgit 1.4.1