Files
2026-08-28 10:11:11 -03:00

7 lines
192 B
Python

"""Utility modules for Odoo Directory."""
from .logger import get_logger, setup_logging
from .retry import retry_with_backoff
__all__ = ["get_logger", "setup_logging", "retry_with_backoff"]