#!/usr/bin/python3 -Bsu

## Copyright (C) 2018 troubadour <trobador@riseup.net>
## Copyright (C) 2018 - 2025 ENCRYPTED SUPPORT LLC <adrelanos@whonix.org>
## See the file COPYING for copying conditions.

## Shell-invocation guard.
"exec" "bash" "-c" "printf '%s\n' '$0: ERROR: Do not execute this script with bash!' >&2; exit 1"

from tor_control_panel import tor_control_panel
tor_control_panel.main()
