Move ChunkDB to dbchunkpool.py
This commit is contained in:
parent
59c3f6e34e
commit
f5166319e1
4 changed files with 10 additions and 6 deletions
|
|
@ -1,6 +1,8 @@
|
|||
import sys
|
||||
import threading
|
||||
|
||||
# import fron chunks, maps, clientchunkpool
|
||||
|
||||
class Client():
|
||||
def __init__(self, address):
|
||||
self.address = address
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue