#!/usr/bin/python3

import sys

from isort.main import identify_imports_main


if __name__ == "__main__":
    sys.exit(identify_imports_main())
