work on the ability to attach to existing Tor
This commit is contained in:
parent
8bf1389a48
commit
ea47ae456b
8 changed files with 68 additions and 18 deletions
|
@ -15,3 +15,5 @@ JSONSerializable = NewType('JSONSerializable', str)
|
|||
# Return value of some functions or methods, denoting operation success
|
||||
# Do not use for new code
|
||||
BooleanSuccessState = NewType('BooleanSuccessState', bool)
|
||||
|
||||
OnionAddressString = NewType('OnionAddressString', str)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue