8 lines
141 B
Python
8 lines
141 B
Python
from .chunks.py import ChunkPool
|
|
|
|
class ClientChunkPool(ChunkPool):
|
|
"""
|
|
A ChunkPool that requests/loads chunks from a client.
|
|
"""
|
|
|
|
pass
|