networkwrapper skeleton done
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		@@ -1 +1,20 @@
 | 
			
		||||
#!/usr/bin/env python3
 | 
			
		||||
 | 
			
		||||
class NetWrapper:
 | 
			
		||||
 | 
			
		||||
    def __init__(self, publicKey: str, privateKey: str, cipherKey: str = ""):
 | 
			
		||||
        self.publicKey = publicKey
 | 
			
		||||
        self.privateKey = privateKey
 | 
			
		||||
        self.cipherKey = cipherKey
 | 
			
		||||
 | 
			
		||||
    def identifyServer(self):
 | 
			
		||||
        pass
 | 
			
		||||
 | 
			
		||||
    def identifyCleint(self):
 | 
			
		||||
        pass
 | 
			
		||||
 | 
			
		||||
    def sendMessage(self):
 | 
			
		||||
        pass
 | 
			
		||||
 | 
			
		||||
    def recieveMessage(self):
 | 
			
		||||
        pass
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user