def is_empty(_str: str) -> bool: return len(_str.strip(" ")) == 0