// // Initable.swift // VDS // // Created by Matt Bruce on 7/28/22. // import Foundation public protocol Initable { init() }