Rename Chain to Unit
This commit is contained in:
@@ -2,7 +2,7 @@ from enum import Enum
|
||||
|
||||
|
||||
class TokenType(Enum):
|
||||
RELATION = 'relation'
|
||||
RELATION = '==, !=, >=, <='
|
||||
DOUBLE_ASTERISK = '**'
|
||||
OPEN_CURLY = '{'
|
||||
CLOSE_CURLY = '}'
|
||||
|
||||
Reference in New Issue
Block a user