Improved torcontrol formatting and efficency

This commit is contained in:
Kevin Froman 2020-08-08 21:18:56 -05:00
parent e14955cb6b
commit 3473c5e36a
3 changed files with 24 additions and 23 deletions

View file

@ -3,7 +3,8 @@ from typing import NewType
UserID = NewType('UserID', str)
UserIDSecretKey = NewType('UserIDSecretKey', str)
LANIP = NewType('LANIP', 'str')
LANIP = NewType('LANIP', str)
LoopBackIP = NewType('LoopBackIP', str)
DeterministicKeyPassphrase = NewType('DeterministicKeyPassphrase', str)