diff options
| author | Yuval Adam <_@yuv.al> | 2022-01-17 19:40:11 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2022-01-17 19:40:11 +0200 |
| commit | f361fcb8f47d04592e2605e4b0820635b4296cf5 (patch) | |
| tree | e22c7bccaba1786afc3bd46b13fe1911e42c08c5 /nostr/cli.py | |
| parent | 880a4ee4390d2ec4f3ef3633cfa965186208ad81 (diff) | |
Inital setup files and future CLI entry point
Diffstat (limited to 'nostr/cli.py')
| -rw-r--r-- | nostr/cli.py | 2 |
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") |
