from ._private_module import imported_function


def defined_function():
    """A function defined in the submodule."""
    return 1
