https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: ae3e84eb61ccca323172c656490b018073c95293 authored by Bryna Hazelton on 25 May 2023, 16:32:56 UTC
update changelog for v2.3.3
Tip revision: ae3e84e
__init__.py
# -*- mode: python; coding: utf-8 -*-
# Copyright (c) 2019 Radio Astronomy Software Group
# Licensed under the 2-clause BSD License

"""Init file for UVFlag."""
from .uvflag import *  # noqa
back to top