#!python

import sys
from desispec.scripts import link_calibnight

sys.exit(link_calibnight.main())

