File size: 110 Bytes
50efed6 |
1 2 3 |
from typing import Dict, NewType, Union, Optional, List, get_type_hints
sha256 = NewType('sha_256_hash', str) |
50efed6 |
1 2 3 |
from typing import Dict, NewType, Union, Optional, List, get_type_hints
sha256 = NewType('sha_256_hash', str) |