Skip to content

Commit

Permalink
Explicitly include both modules in the top level __init__ file.
Browse files Browse the repository at this point in the history
  • Loading branch information
drewoldag committed Oct 6, 2023
1 parent 299d369 commit bb47a39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/sorcha_community_utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
from sorcha_community_utils import activity
from sorcha_community_utils import lightcurve

__all__ = [
"activity",
"lightcurve",
Expand Down

0 comments on commit bb47a39

Please sign in to comment.