chronodiagram/app/svganim/uimethods.py
2022-06-08 13:28:36 +02:00

8 lines
No EOL
159 B
Python

from hashlib import md5
def annotation_hash(handler=None, input =""):
return md5(input.encode()).hexdigest()
# def nmbr(handler, lst) -> int:
# leno