onionr/src/netcontroller/__init__.py

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