swh:1:snp:8c84c281e5b9f25b02820a7a124986496090bc0f
Raw File
Tip revision: e76516a009ac2c603eb13c0788c69c48f3dea206 authored by Bryna Hazelton on 01 November 2022, 22:24:49 UTC
Remove JPL bug handling, retain better error handling
Tip revision: e76516a
__init__.py
# -*- mode: python; coding: utf-8 -*-
# Copyright (c) 2019 Radio Astronomy Software Group
# Licensed under the 2-clause BSD License

"""Init file for UVBeam."""
from .uvbeam import *  # noqa
back to top