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

from nibabel.cmdline.parrec2nii import main

if __name__ == '__main__':
    main()
