experiment_utils.py (2 lines of code) (raw):

# just turns the keyword args into a dict def makeDict(**kwargs): return kwargs