wot/chunkdb.py
2017-04-04 20:20:48 +00:00

6 lines
73 B
Python

class ChunkDB():
"""
Load and save chunks to a SQLite db.
"""
pass