from Parser import Parser def parse(input): return Parser(input).parse()