mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-08-23 09:17:23 +00:00
3 lines
90 B
Python
3 lines
90 B
Python
# need this to avoid circular import
|
|
PROTOCOL_MIN = (0, 54, 0)
|
|
PROTOCOL_MAX = (0, 199, 0)
|