summaryrefslogtreecommitdiff
path: root/hello.py
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-03-06 13:37:00 +0100
committerYuval Adam <_@yuv.al>2025-03-06 13:37:00 +0100
commitca7bb72088d2ec17a2ae78cb5d8259cb2eb225f8 (patch)
tree26ea20f1114ea47f668a75be5e6eab0b9b69d79f /hello.py
parent9ee5a1d4273e5f0166b3f44bd6b040602613f140 (diff)
Initial cli and entrypoints
Diffstat (limited to 'hello.py')
-rw-r--r--hello.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/hello.py b/hello.py
deleted file mode 100644
index 6f29093..0000000
--- a/hello.py
+++ /dev/null
@@ -1,6 +0,0 @@
-def main():
- print("Hello from strangeloop!")
-
-
-if __name__ == "__main__":
- main()