Skip to content

Commit

Permalink
Added moonrise and set to __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
sffjunkie committed Nov 1, 2022
1 parent ccf8c52 commit ec02949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/astral/moon.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from astral.sidereal import lmst
from astral.table4 import Table4Row, table4_u, table4_v, table4_w

__all__ = ["phase"]
__all__ = ["moonrise", "moonset", "phase"]

# Using 1896 arc seconds as moon's apparent diameter
MOON_APPARENT_RADIUS = 1896.0 / (60.0 * 60.0)
Expand Down

0 comments on commit ec02949

Please sign in to comment.