Initial commit

This commit is contained in:
2026-04-16 08:49:32 +02:00
commit ff51b802e5
27 changed files with 1312 additions and 0 deletions

7
zkouska.py Normal file
View File

@@ -0,0 +1,7 @@
import planetarytime as pt
import datetime
now = datetime.datetime.now(datetime.timezone.utc)
mars = pt.PlanetaryTime.from_earth(now, pt.Body.VENUS)
print(mars)