def __init__()

in augment/effects.py [0:0]


    def __init__(self, in_place: bool = False):
        self._chain: List[Union[Callable, SoxEffect]] = []
        self.in_place: bool = in_place