mirror of https://github.com/t1meshift/js.git
4 lines
49 B
Python
4 lines
49 B
Python
|
"""AST module."""
|
||
|
|
||
|
from . import nodes, visitors
|