File: __init__.py

package info (click to toggle)
python-ast-decompiler 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 228 kB
  • sloc: python: 1,738; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 116 bytes parent folder | download
1
2
3
4
5
6
7
8
9
"""

Generate Python code given an AST.

"""

__version__ = "0.7.0"

from .decompiler import decompile as decompile