Files
PMTiles/python/pmtiles/__init__.py
2022-04-09 12:44:54 -07:00

4 lines
111 B
Python

from collections import namedtuple
Entry = namedtuple("Entry", ["z", "x", "y", "offset", "length", "is_dir"])