Added pyngrok (new dependency)

This commit is contained in:
sTiKyt 2020-05-08 11:38:50 +03:00
parent 32bddbb422
commit 512368a307
No known key found for this signature in database
GPG Key ID: 510E1C3C9B2414B4

View File

@ -4,5 +4,6 @@ from time import sleep as wait
from os import path, system, chmod, stat, mkdir, remove, chdir
from shutil import rmtree, copyfile
from pathlib import Path as pathlib_Path
from pyngrok import ngrok
import re as regular_expression
import getpass, base64