#!/usr/bin/env python

import sys
import rvspecfit.make_interpol as rvmakei

if __name__ == '__main__':
    rvmakei.main(sys.argv[1:])
