db.py: comment

Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
John McMaster 2018-12-10 11:22:24 -08:00
parent 34464f80f6
commit ac139b8cb8
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ class Database(object):
"""
self.db_root = db_root
# tilegrid.json JSON object
self.tilegrid = None
self.tileconn = None
self.tile_types = None