Skip to content

Commit

Permalink
Added nnrpipe.py to the cli submodule.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlorieau committed Aug 31, 2022
1 parent 18a8978 commit 322fb58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pocketchemist_nmr/cli/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from . import hookimpls
from . import hookimpls, nmrpipe

__all__ = ('hookimpls',)
__all__ = ('hookimpls', 'nmrpipe')

0 comments on commit 322fb58

Please sign in to comment.