- #!/usr/bin/env python3
-
- __title__ = "kosmorrolib"
- __description__ = "A library that computes your ephemerides"
- __url__ = "http://kosmorro.space"
- __version__ = "0.10.0"
- __author__ = "Jérôme Deuchnord"
- __author_email__ = "jerome@deuchnord.fr"
- __license__ = "CeCILL-C"
- __copyright__ = "2021 - Jérôme Deuchnord"
|