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