Skip to content

Commit

Permalink
add core
Browse files Browse the repository at this point in the history
  • Loading branch information
mpound committed Dec 1, 2023
1 parent 1f3b836 commit e90d6fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dysh/fits/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Classes and functions for importing SDFITS files"""
from dysh.fits.core import * # noqa
from dysh.fits.gb20mfitsload import GB20MFITSLoad # noqa
from dysh.fits.gbtfitsload import GBTFITSLoad # noqa
from dysh.fits.sdfitsload import SDFITSLoad # noqa

0 comments on commit e90d6fe

Please sign in to comment.