Onionr/onionr/netcontroller/__init__.py
2019-07-14 01:58:57 -05:00

4 lines
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