def first_sub_method():
    """First sub-sibling package method."""
    return 1


def second_sub_method():
    """Second sub-subpackage method."""
    return 2
