from calcephpy import *

peph = CalcephBin.open("example1.dat")
AU = peph.getconstant("AU")
print(AU)
peph.close()