mirror of
https://github.com/Balshgit/gpt_chat_bot.git
synced 2025-09-11 22:30:41 +03:00
4 lines
66 B
Python
4 lines
66 B
Python
from typing import NewType
|
|
|
|
sha256 = NewType("sha_256_hash", str)
|