Imported replace

This commit is contained in:
sTiKyt 2020-05-08 18:20:06 +03:00
parent a8a5be85ee
commit a12165d8e7
No known key found for this signature in database
GPG Key ID: 510E1C3C9B2414B4

View File

@ -1,7 +1,7 @@
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
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