import Foundation
public enum SdCoreError: Error {
case modelNotLoaded
case imageEncodeFailed
case modelNotFound
}