from .chunks.py import ChunkPool class ClientChunkPool(ChunkPool): """ A ChunkPool that requests/loads chunks from a client. """ pass