5 lines
156 B
Python
5 lines
156 B
Python
# Signal 'address book'
|
|
RECIPIENTS = {"foo": ["+42..."]} # FIXME
|
|
|
|
# Recipient from the dict above to send to by default
|
|
DEFAULT_RECIPIENT = "foo" # FIXME
|