load_input# empymod.io.load_input(fname)[source]# Load input from file. Parameters: fnamestrFile name with absolute or relative path including suffix, which defines the used data format. Implemented is currently only .json. Returns: datadictDictionary containing the input that was stored in the file.