Dmitry Afanasyev a95403f594
Feat/fix start (#1)
format code
2023-09-16 20:09:40 +03:00

4 lines
66 B
Python

from typing import NewType
sha256 = NewType("sha_256_hash", str)