Move ChunkDB to dbchunkpool.py

This commit is contained in:
Joscha 2017-04-04 20:23:41 +00:00
parent 59c3f6e34e
commit f5166319e1
4 changed files with 10 additions and 6 deletions

View file

@ -1,6 +1,8 @@
import sys
import threading
# import fron chunks, maps, clientchunkpool
class Client():
def __init__(self, address):
self.address = address