GAL / Backend /shared /__init__.py
Clarkoer's picture
add comments ehehe
e6b283b
raw
history blame contribute delete
295 Bytes
# 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