Skip to content

Commit 11180c6

Browse files
committed
wip
1 parent f6387eb commit 11180c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dictdatabase/byte_codes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@
1010
NEWLINE = 10
1111
COLON = 58
1212
COMMA = 44
13+
DIGIT_0 = 48
14+
DIGIT_9 = 57

0 commit comments

Comments
 (0)