8206:adf11836cfce | 8207:d359172d11be |
---|---|
8 """ | 8 """ |
9 | 9 |
10 import Preferences | 10 import Preferences |
11 | 11 |
12 | 12 |
13 class Lexer(object): | 13 class Lexer: |
14 """ | 14 """ |
15 Class to implement the lexer mixin class. | 15 Class to implement the lexer mixin class. |
16 """ | 16 """ |
17 def __init__(self): | 17 def __init__(self): |
18 """ | 18 """ |