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