from ..sibling import *
from ..sibling.sub_sibling import *


def example_method(foo):
    """Example method"""
    pass
