#!python

"""
Utility script to remove archive tiles for the merged target list (MTL).
"""

import sys
from desispec.scripts import archive_tilenight

sys.exit(archive_tilenight.main())
