Coverage for adhoc-cicd-odoo-odoo / odoo / cli / __init__.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.13.4, created at 2026-03-09 18:05 +0000

1# Import just the command, the rest will get imported as needed 

2from .command import Command, main # noqa: F401 

3 

4COMMAND = None