#!/usr/bin/env python3 """ Shim for executing isort. """ from unify import main if __name__ == "__main__": exit(main())