A library that computes the ephemerides.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

7 satır
95 B

  1. import doctest
  2. from kosmorrolib import *
  3. for module in [events]:
  4. doctest.testmod(module)