4 lines
131 B
Python
4 lines
131 B
Python
from typing import Any, Dict, Callable, Optional
|
|
|
|
LOGICAL_READERS: Dict[str, Callable[[Any, Optional[Dict], Optional[Dict]], Any]]
|