#!/usr/bin/env python3
from verify_tor_utils import main

main("android")
main("linux")
main("windows")