File size: 114 Bytes
357295a
 
 
 
 
1
2
3
4
5
6
def clean_text(text: str) -> str:
    """
    Clean and normalize the input text.
    """
    return text.strip()