Onionr/onionr/netcontroller/__init__.py

4 lines
165 B
Python
Raw Normal View History

2019-07-14 06:51:43 +00:00
from . import torbinary, getopenport, netcontrol
tor_binary = torbinary.tor_binary
get_open_port = getopenport.get_open_port
NetController = netcontrol.NetController