Plan out project structure
This commit is contained in:
commit
59c3f6e34e
7 changed files with 100 additions and 0 deletions
6
chunkdb.py
Normal file
6
chunkdb.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
class ChunkDB():
|
||||
"""
|
||||
Load and save chunks to a SQLite db.
|
||||
"""
|
||||
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue