2
0
mirror of synced 2025-02-10 23:46:53 +00:00
2023-04-12 13:53:55 +02:00

10 lines
143 B
C#

namespace KubernetesWorkflow
{
public enum Location
{
Unspecified,
BensLaptop,
BensOldGamingMachine
}
}