Implemented the Processable protocol in the library target and conformed the Process object to it.

This commit is contained in:
2025-01-18 20:04:24 +01:00
parent 02fb6b9345
commit 245529f88f
2 changed files with 22 additions and 0 deletions
@@ -0,0 +1,5 @@
import Foundation
// MARK: - Processable
extension Process: Processable {}