massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / typed-ast / typed_ast / conversions.pyi
1 from . import ast3, ast27
2
3 def py2to3(ast: ast27.AST) -> ast3.AST: ...