confia-demo / consts.py
xsamueljr
extracted examples to a constant and excluded those from telemetry data
283b87d
raw
history blame contribute delete
227 Bytes
from lib.lang import Language
EXAMPLES = [
["You have just Woned a free iPhone 16!! FOR FREE!!!", Language.ENGLISH.value],
["Podemos tener la segunda entrevista cuando a usted le venga bien", Language.SPANISH.value]
]