renamed onionr dir and bugfixes/linting progress
This commit is contained in:
parent
2b996da17f
commit
720efe4fca
226 changed files with 179 additions and 142 deletions
4
src/netcontroller/__init__.py
Executable file
4
src/netcontroller/__init__.py
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
from . import torbinary, getopenport, netcontrol
|
||||
tor_binary = torbinary.tor_binary
|
||||
get_open_port = getopenport.get_open_port
|
||||
NetController = netcontrol.NetController
|
||||
Loading…
Add table
Add a link
Reference in a new issue