This commit is contained in:
bekannax
2025-02-06 18:51:11 +07:00
parent b74e63c0ca
commit 45543cbfa7

View File

@@ -14,4 +14,4 @@ public struct Command {
init(_ command: String) { init(_ command: String) {
self.command = command self.command = command
} }
} }