from calcephpy import *

peph = CalcephBin.open("example1.dat")
UNIT = peph.getconstantss("UNIT")
print(UNIT)
peph.close()