msqms.utils.natural_sort module# Summary# Functions:# natural_sort_key Sort string with natural order. Reference# msqms.utils.natural_sort.natural_sort_key(s)[source]# Sort string with natural order. Parameters: s (list(str)) – the list of strings. Returns: return the list with natural order. Return type: list