featL add mre

This commit is contained in:
2026-05-12 20:39:21 +03:00
parent 1b4b7330c8
commit b89534cacd

View File

@@ -136,6 +136,9 @@ def _norm_text(*candidates: Any) -> str:
if s:
return s
return ''
def ensure_adult(birth_date: date) -> None:
today = date.today()
try:
adult_from = date(today.year - 18,today.month,today.day)