import warnings
warnings.warn(
    f"{__name__!r} has been deprecated since 18.0 and is completely "
    "empty, all controllers and utility functions were moved to sibling "
    "submodules in Odoo 16",
    DeprecationWarning,
    stacklevel=2,
)