import SwiftUI @main struct llama_swiftuiApp: App { var body: some Scene { WindowGroup { ContentView() } } }