mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-29 01:06:16 -05:00
10 lines
332 B
Python
10 lines
332 B
Python
from __future__ import division
|
|
import os, sys, subprocess, time, hashlib, platform, json, locale, socket, argparse, Queue, inspect, base64, random, functools, logging, ctypes, hmac
|
|
from itertools import izip
|
|
import stem, stem.control, flask
|
|
from PyQt4 import QtCore, QtGui
|
|
|
|
import onionshare, onionshare_gui
|
|
|
|
onionshare_gui.main()
|