HiddenEye-Legacy/Defs/ImportManager/unsorted_will_be_replaced.py
2020-05-09 19:33:59 +03:00

9 lines
458 B
Python

from subprocess import call as run_command,Popen as run_background_command, check_output, CalledProcessError, DEVNULL, PIPE
from distutils.dir_util import copy_tree as webpage_set
from time import sleep as wait
from os import path, system, chmod, stat, mkdir, remove, chdir, replace
from shutil import rmtree, copyfile
from pathlib import Path as pathlib_Path
from pyngrok import ngrok
import re as regular_expression
import getpass, base64, socket, requests