4 lines
95 B
Python
4 lines
95 B
Python
from typing import Any, Dict, Callable
|
|
|
|
LOGICAL_WRITERS: Dict[str, Callable[[Any, Dict], Any]]
|