Created
March 28, 2023 20:23
-
-
Save exarkun/d4d0b28a19e0bae89f0b84cebd4d9988 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from ..listeners import Listener | |
def _get_listeners() -> dict[str, Listener]: | |
return { | |
"tor": tor_provider, | |
"i2p": i2p_provider, | |
"foo": 123, | |
} | |
_LISTENERS: str = _get_listeners() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment