Plan out project structure
This commit is contained in:
commit
59c3f6e34e
7 changed files with 100 additions and 0 deletions
8
dbchunkpool.py
Normal file
8
dbchunkpool.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
from .chunks.py import ChunkPool
|
||||
|
||||
class DBChunkPool(ChunkPool):
|
||||
"""
|
||||
A ChunkPool that can load/save chunks from/to a database.
|
||||
"""
|
||||
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue