#!/usr/bin/python2.7 -s
"""PAR/REC to NIfTI converter
"""

from nibabel.parrec2nii_cmd import main


if __name__ == '__main__':
    main()
