linkchecker/PyLR/Parsers/__init__.py

8 lines
207 B
Python
Raw Normal View History

"""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