This commit is contained in:
lz_db
2025-11-16 12:31:03 +08:00
commit 0fab423a18
1451 changed files with 743213 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
"""Parsimonious's public API. Import from here.
Things may move around in modules deeper than this one.
"""
from .exceptions import (ParseError, IncompleteParseError,
VisitationError, UndefinedLabel,
BadGrammar)
from .grammar import Grammar, TokenGrammar
from .nodes import NodeVisitor, VisitationError, rule