expenses_ai / utils.py
Sabithulla's picture
Create utils.py
f3c23b4 verified
raw
history blame contribute delete
53 Bytes
def clean_text(text):
return text.strip().lower()