https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 31554b660a3cc2e6b93a88f07d3f86d91348df8f authored by Bryna Hazelton on 13 March 2023, 20:54:45 UTC
Remove deprecated code, update changelog for version 2.3
Tip revision: 31554b6
__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