docasne ulozeni sec indikatoru pred smazanim
This commit is contained in:
Binary file not shown.
@ -79,6 +79,9 @@ def eval_cond_dict(cond: dict) -> tuple[bool, str]:
|
||||
|
||||
return False, None
|
||||
|
||||
def Average(lst):
|
||||
return sum(lst) / len(lst)
|
||||
|
||||
def safe_get(collection, key, default=None):
|
||||
"""Get values from a collection without raising errors"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user