Deleted abstraction

This commit is contained in:
PhilipTrauner 2016-03-21 00:09:35 +01:00
parent ee9693b655
commit 14ca7f5a2b

View file

@ -1,7 +0,0 @@
import socket
from ESock import ESock
class fl0wAPI:
def __init__(self, address, client_type):
self.sock = socket.create_connection(address)