created unsorted_will_be_replaced.py to handle all imports

This commit is contained in:
sTiKyt 2020-05-06 14:26:31 +03:00
parent f6f7cd46cf
commit f0f6caf8f1

View File

@ -1,2 +1,5 @@
from subprocess import call as run_command
from subprocess import call as run_command, check_output, CalledProcessError
from distutils.dir_util import copy_tree as webpage_set
from time import sleep as wait
from os import path, system
import re as regular_expression