args (dict): Namespace with input arguments from command line or api. """# Print gprMax logo, version, and licencing/copyright informationlogo(__version__ +' ('+ codename +')')withopen_path_file(args.inputfile)asinputfile:# Get information about host machinehostinfo = get_host_info() ...