import numpy as np

obj = np.float64(3.14)

import pretty_little_summary as pls
result = pls.describe(obj)
print(result.content)
