mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-27 15:24:00 +00:00
8 lines
207 B
Python
8 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
|
||
|
|
|