Files
odoo-stubs/odoo-stubs/tools/debugger.pyi
Trinh Anh Ngoc 2e239206a5 Cleanup
2023-05-19 18:17:08 +07:00

6 lines
92 B
Python

from typing import Any
SUPPORTED_DEBUGGER: Any
def post_mortem(config, info) -> None: ...