File size: 295 Bytes
3f6412b e6b283b 3f6412b e6b283b 3f6412b e6b283b 3f6412b | 1 2 3 4 5 6 7 8 |
# AUTO: Imports names from another module.
from .tokens import * # noqa: F401,F403 - TT_* constants
# AUTO: Imports names from another module.
from .tokens import Token, get_token_description # noqa: F401
# AUTO: Imports names from another module.
from .ast_nodes import * # noqa: F401,F403
|