Rename Chain to Unit

This commit is contained in:
Bartłomiej Pluta
2019-07-12 16:00:39 +02:00
parent 916c8c69ef
commit 0435bc776e
5 changed files with 17 additions and 17 deletions

View File

@@ -2,7 +2,7 @@ from enum import Enum
class TokenType(Enum):
RELATION = 'relation'
RELATION = '==, !=, >=, <='
DOUBLE_ASTERISK = '**'
OPEN_CURLY = '{'
CLOSE_CURLY = '}'