From 77e8740363711c3916f723c05d5833e1f90e9d30 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 1 Oct 2023 07:22:09 +0200 Subject: feat(python): Init --- python/TODO/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 python/TODO/__init__.py (limited to 'python/TODO/__init__.py') 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!") + -- cgit 1.4.1