Skip to content

Commit

Permalink
core: expose lombscargle via __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarrison committed Mar 7, 2024
1 parent a4188b2 commit c1454d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/nifty_ls/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import logging

from .core import lombscargle

__all__ = ['lombscargle']

# Make fastnifty available as a method for astropy's Lomb Scargle
try:
Expand Down

0 comments on commit c1454d8

Please sign in to comment.