7 lines
141 B
Python
7 lines
141 B
Python
import silent_raindrops.distoptics.SIM as op
|
|
import json
|
|
|
|
|
|
the_sim = op.SIM(init_b=12.0)
|
|
print(json.dumps(the_sim.to_dict_tsingtao()))
|