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)
|