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