Plan out project structure

This commit is contained in:
Joscha 2017-04-04 20:20:48 +00:00
commit 59c3f6e34e
7 changed files with 100 additions and 0 deletions

6
chunkdb.py Normal file
View file

@ -0,0 +1,6 @@
class ChunkDB():
"""
Load and save chunks to a SQLite db.
"""
pass