
    f                     0    d Z ddlmZ ddlmZmZmZ g dZy)z
This module enhances the Python AST tree with token and source code information, sufficent to
detect the source text of each AST node. This is helpful for tools that make source code
transformations.
   )LineNumbers)ASTText	ASTTokenssupports_tokenless)r   r   r   r   N)__doc__line_numbersr   	asttokensr   r   r   __all__     M/var/www/cvtools/html/venv/lib/python3.12/site-packages/asttokens/__init__.py<module>r      s    & = =
Gr   