onionr/src/netcontroller/__init__.py
2019-11-21 02:23:58 -06:00

4 lines
No EOL
165 B
Python
Executable file

from . import torbinary, getopenport, netcontrol
tor_binary = torbinary.tor_binary
get_open_port = getopenport.get_open_port
NetController = netcontrol.NetController