Skip to content

Commit

Permalink
add the main function to __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
Sara Mirzaee committed Jan 3, 2024
1 parent a2ec47b commit 72598e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dolphin/atmosphere/troposphere.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@

###########

__all__ = ["estimate_tropospheric_delay"]


@dataclass
class DelayParams:
Expand Down

0 comments on commit 72598e2

Please sign in to comment.