parent
d656d41b90
commit
a8eb139360
25 changed files with 3192 additions and 237 deletions
5
nostr_client.py
Normal file
5
nostr_client.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
from .nostr.client.client import NostrClient
|
||||
from .router import NostrRouter
|
||||
|
||||
nostr_client: NostrClient = NostrClient()
|
||||
all_routers: list[NostrRouter] = []
|
||||
Loading…
Add table
Add a link
Reference in a new issue