6 lines
142 B
Python
6 lines
142 B
Python
"""Executed when module is run as a script."""
|
|
|
|
from odoo_openupgrade_wizard import cli
|
|
|
|
cli.main() # pylint: disable=no-value-for-parameter
|