mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-16 13:01:04 +02:00
3 lines
100 B
Python
3 lines
100 B
Python
from collections import namedtuple
|
|
|
|
BlockInfo = namedtuple("BlockInfo", "block_hash, block_height")
|