sairyscan.core.SObservable# class sairyscan.core.SObservable# Interface for any data processing class The observable class can notify the observers for progress __init__()# Methods __init__() add_observer(observer) Add an observer notify(message) Notify progress to observers progress(value) Notify progress to observers