9 lines
84 B
Python
9 lines
84 B
Python
from fullmoon import NextFullMoon
|
|
|
|
|
|
n = NextFullMoon()
|
|
|
|
|
|
print(n.next_full_moon())
|
|
|