Allow deep nested wording

This commit is contained in:
henryruhs
2025-04-19 19:50:56 +02:00
parent 5ebefb6831
commit 7f4b232a4f

View File

@@ -1,5 +1,5 @@
from collections import namedtuple
from typing import Any, Callable, Dict, List, Literal, Optional, Tuple, TypeAlias, TypedDict, Union
from typing import Any, Callable, Dict, List, Literal, Optional, Tuple, TypeAlias, TypedDict
import numpy
from numpy.typing import NDArray