// // TermKitSceneElement.swift // TermKitBackend // // Created by david-swift on 01.07.2024. // /// The type of scene elements of the TermKit backend. public protocol TermKitSceneElement: SceneElement { }