From f361fcb8f47d04592e2605e4b0820635b4296cf5 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 17 Jan 2022 19:40:11 +0200 Subject: Inital setup files and future CLI entry point --- nostr/cli.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 nostr/cli.py (limited to 'nostr/cli.py') 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") -- cgit v1.3.1