This commit is contained in:
oliver
2026-08-28 10:11:11 -03:00
parent f533ff8e36
commit 585951c8ce
1380 changed files with 1540268 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
"""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"]