import typing.Callable (python 3.10+)
This commit is contained in:
parent
f28cd6edf2
commit
042de7ecb0
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
||||||
from collections import Callable
|
try:
|
||||||
|
from collections import Callable
|
||||||
|
except:
|
||||||
|
from typing import Callable # Python 3.10+
|
||||||
|
|
||||||
VERSION = (0, 2012, 0)
|
VERSION = (0, 2012, 0)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue