Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AttackingOrDefending authored May 4, 2024
1 parent 68bd364 commit 81c8c8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/types.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from typing import NotRequired, TypedDict, Any, Callable
from typing import Any, Callable
from typing_extensions import TypedDict, NotRequired
from chess.engine import PovWdl, PovScore

JSON_REPLY_TYPE = dict[str, Any]
Expand Down

0 comments on commit 81c8c8d

Please sign in to comment.