HiddenEye-Legacy/Defs/ImportManager/unsorted_will_be_replaced.py

9 lines
458 B
Python
Raw Normal View History

2020-05-08 16:38:13 +08:00
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
2020-05-08 23:20:06 +08:00
from os import path, system, chmod, stat, mkdir, remove, chdir, replace
from shutil import rmtree, copyfile
from pathlib import Path as pathlib_Path
2020-05-08 16:38:50 +08:00
from pyngrok import ngrok
import re as regular_expression
2020-05-10 00:33:59 +08:00
import getpass, base64, socket, requests