fix import

This commit is contained in:
Torma Kristóf 2021-04-25 18:33:50 +02:00
parent b6d46ea1bf
commit 56a77f9c7e
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
1 changed files with 1 additions and 2 deletions

View File

@ -3,13 +3,12 @@ import json
from base64 import b64encode, b64decode
import pyDH
from Crypto.Cipher import PKCS1_OAEP
from Crypto.PublicKey import RSA
from Crypto.Cipher import ChaCha20
from Crypto.PublicKey.RSA import RsaKey
from Crypto.Random import get_random_bytes
from netsim import network_interface
from server.server import Server
from server import Server
class NetWrapper: