Formatting, linting, and hopefully a CI build.

This commit is contained in:
2023-04-22 15:43:22 -07:00
parent 2759c8d7fb
commit 4bf5ceefbe
13 changed files with 117 additions and 68 deletions

View File

@ -0,0 +1,7 @@
import Foundation
public enum SdCoreError: Error {
case modelNotLoaded
case imageEncode
case modelNotFound
}