File size: 145 Bytes
d1ceb73 |
1 2 3 4 5 6 |
# mypy: allow-untyped-defs
# this is for historical pickle deserialization, it is not used otherwise
def _get_thnn_function_backend():
pass
|
d1ceb73 |
1 2 3 4 5 6 |
# mypy: allow-untyped-defs
# this is for historical pickle deserialization, it is not used otherwise
def _get_thnn_function_backend():
pass
|