How to get default inputs as a dict

You can get the default inputs by returning inputs in main().

def main():
  return inputs

this will return the inputs as a Python dictionary in the MecSimCalc debugger and can be used to run the code in an external IDE.