def first_method():
    """First sibling package method."""
    return 1


def second_method():
    """Second sibling package method."""
    return 2
