#!python
"""PAR/REC to NIfTI converter
"""

from nibabel.parrec2nii_cmd import main


if __name__ == '__main__':
    main()
