Revision 7e2f55193ae0a91039060ff4976ed3419bf7310c authored by Bryna Hazelton on 21 December 2021, 17:40:05 UTC, committed by kartographer on 21 December 2021, 18:36:55 UTC
1 parent 9291d10
Raw File
__init__.py
# -*- mode: python; coding: utf-8 -*-
# Copyright (c) 2019 Radio Astronomy Software Group
# Licensed under the 2-clause BSD License

"""Init file for UVCal."""
from .uvcal import *  # noqa
back to top