master
Richard Piazza 2018-12-07 13:47:44 -05:00
parent da4a91a3ca
commit 3ea8035fcb
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ from antlr4 import CommonTokenStream, InputStream
# need to import all classes because we need to access them via globals()
from .patterns import * # noqa
from .patterns import (FollowedByObservationExpression, StartStopQualifier, WithinQualifier,
RepeatQualifier, StringConstant, IntegerConstant, FloatConstant, HexConstant,
BinaryConstant, BooleanConstant, TimestampConstant)
def collapse_lists(lists):