#!python
#
# See top-level LICENSE.rst file for Copyright information
#
# -*- coding: utf-8 -*-

"""
This script computes QA scores per exposure, after the cframe are done
"""

from desispec.scripts.exposure_qa import main

if __name__ == '__main__':
    main()
