feat(user interface): started to play with some shader

This commit is contained in:
Swann Martinez
2019-03-06 18:45:11 +01:00
parent d52dd668c5
commit 1504c0a5f2
2 changed files with 25 additions and 16 deletions

View File

@ -249,7 +249,6 @@ class Client():
self.pull_sock.close()
self.task.cancel()
class Server():
def __init__(self, context=zmq.Context(), id="admin"):
self.context = context