File: model.py

package info (click to toggle)
python-tatsu 5.13.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 892 kB
  • sloc: python: 10,202; makefile: 54
file content (7 lines) | stat: -rwxr-xr-x 310 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
from __future__ import annotations

from .ast import AST  # noqa: F401
from .objectmodel import Node  # noqa: F401
from .objectmodel import Node as ParseModel  # noqa: F401
from .semantics import ModelBuilderSemantics  # noqa: F401
from .walkers import DepthFirstWalker, NodeWalker  # noqa: F401  # noqa: F401