Coverage for python/astro_metadata_translator/translators/__init__.py: 100%
7 statements
« prev ^ index » next coverage.py v6.4.4, created at 2022-08-19 12:01 -0700
« prev ^ index » next coverage.py v6.4.4, created at 2022-08-19 12:01 -0700
1# This file is part of astro_metadata_translator.
2#
3# Developed for the LSST Data Management System.
4# This product includes software developed by the LSST Project
5# (http://www.lsst.org).
6# See the LICENSE file at the top-level directory of this distribution
7# for details of code ownership.
8#
9# Use of this source code is governed by a 3-clause BSD-style
10# license that can be found in the LICENSE file.
12from .decam import *
13from .fits import *
14from .hsc import *
15from .megaprime import *
16from .sdss import *
17from .subaru import *
18from .suprimecam import *