linkchecker/PyLR/Parsers/__init__.py
2000-02-26 10:24:46 +00:00

7 lines
207 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