#!/usr/bin/python3

import sys

from nibabel.cmdline.nifti_dx import main


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