forked from LBRYCommunity/lbry-sdk
4 lines
89 B
Python
4 lines
89 B
Python
|
# need this to avoid circular import
|
||
|
PROTOCOL_MIN = (0, 54, 0)
|
||
|
PROTOCOL_MAX = (0, 99, 0)
|