Imported socket and requests

This commit is contained in:
sTiKyt 2020-05-08 16:43:19 +03:00
parent ec921f3b86
commit c4abaa3bb4
No known key found for this signature in database
GPG Key ID: 510E1C3C9B2414B4

View File

@ -6,4 +6,4 @@ from shutil import rmtree, copyfile
from pathlib import Path as pathlib_Path
from pyngrok import ngrok
import re as regular_expression
import getpass, base64
import getpass, base64, socket, requests