Add Python 3.11 compatibility

This commit was merged in pull request #5.
This commit is contained in:
2026-05-29 23:17:28 +02:00
parent 36418470a6
commit 87eb94045c
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from __future__ import annotations
from _sha2 import sha256
from hashlib import sha256
from random import choices
from typing import Any, Optional