Onionr/src/netcontroller/__init__.py
2019-12-12 02:47:33 -06:00

5 lines
190 B
Python
Executable File

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