var (
ErrPythonNotInstalled = errors.New("cmd: python not installed")
ErrInvalidPythonVersion = errors.New("cmd: python version not valid")
ErrPythonRequired = errors.New(`sqldump: sqlformat requires python3 to be installed. Run
$ pip install sqlparse`)
)