jtlcpy/parser/__init__.py
2011-08-30 16:03:13 -04:00

6 lines
79 B
Python

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