.gitignore
.pre-commit-config.yaml
LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
examples/auto_typing_imports.py
examples/replace_placeholders.py
examples/switch_places.py
examples/type_literals.py
examples/test/placeholder.py
refactor/__init__.py
refactor/ast.py
refactor/change.py
refactor/common.py
refactor/context.py
refactor/core.py
refactor/runner.py
refactor.egg-info/PKG-INFO
refactor.egg-info/SOURCES.txt
refactor.egg-info/dependency_links.txt
refactor.egg-info/top_level.txt
tests/test_common.py
tests/test_core.py
tests/test_representatives.py