Sort imports using `isort`. Remove unused imports. Collect multiple imports from the same module into a single import statement. Unify import style.
Exposes `CXRewriter` API to the python binding as `class Rewriter`.