Skip to content

Commit

Permalink
adjust init
Browse files Browse the repository at this point in the history
  • Loading branch information
Rama Vasudevan committed Jun 21, 2024
1 parent 23fb930 commit f148d65
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions SciFiReaders/readers/spectroscopy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from .SpeReader import RamanSpeReader
from .neutron_reflectivity import NeutronReflectivity

__all__ = ['RamanSpeReader']
all_readers = [ RamanSpeReader]
__all__ = ['RamanSpeReader', 'NeutronReflectivity']
all_readers = [ RamanSpeReader, NeutronReflectivity]

0 comments on commit f148d65

Please sign in to comment.