2025-05-16 18:00:22 +04:00

4 lines
95 B
Python

from typing import Any, Dict, Callable
LOGICAL_WRITERS: Dict[str, Callable[[Any, Dict], Any]]