mirror of
https://github.com/odoo-ide/odoo-stubs.git
synced 2025-05-08 16:52:26 +03:00
6 lines
92 B
Python
6 lines
92 B
Python
from typing import Any
|
|
|
|
SUPPORTED_DEBUGGER: Any
|
|
|
|
def post_mortem(config, info) -> None: ...
|