linkchecker/PyLR/Parsers/__init__.py
2000-02-27 13:46:00 +00:00

8 lines
241 B
Python

"""if you want to make parsers available from this package directly,
that is, if you want 'from PyLR.Parsers import RandomParser' to
work, import the name here
"""
from GrammarParser import GrammarParser
from MathParser import MathParser