feat: Beginning to refactor cli-client

This commit is contained in:
2024-12-13 23:00:40 -05:00
parent 3f56dda568
commit b5afc77428
12 changed files with 479 additions and 25 deletions

View File

@@ -0,0 +1,3 @@
public enum Constants {
public static let executableName = "hpa"
}