adding new files

This commit is contained in:
2025-06-20 21:46:44 +02:00
parent 46a517d1f3
commit a7c0018684
21 changed files with 960 additions and 0 deletions

8
get_fullmoon.py Normal file
View File

@ -0,0 +1,8 @@
from fullmoon import NextFullMoon
n = NextFullMoon()
print(n.next_full_moon())