mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
4 lines
111 B
Python
4 lines
111 B
Python
from collections import namedtuple
|
|
|
|
Entry = namedtuple("Entry", ["z", "x", "y", "offset", "length", "is_dir"])
|