summaryrefslogtreecommitdiff
path: root/nostr/cli.py
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2022-01-17 19:40:11 +0200
committerYuval Adam <_@yuv.al>2022-01-17 19:40:11 +0200
commitf361fcb8f47d04592e2605e4b0820635b4296cf5 (patch)
treee22c7bccaba1786afc3bd46b13fe1911e42c08c5 /nostr/cli.py
parent880a4ee4390d2ec4f3ef3633cfa965186208ad81 (diff)
Inital setup files and future CLI entry point
Diffstat (limited to 'nostr/cli.py')
-rw-r--r--nostr/cli.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/nostr/cli.py b/nostr/cli.py
new file mode 100644
index 0000000..e89001d
--- /dev/null
+++ b/nostr/cli.py
@@ -0,0 +1,2 @@
+def entry():
+ print("nostr")