cs-codex-dist-tests/KubernetesWorkflow/Location.cs

10 lines
143 B
C#
Raw Normal View History

2023-04-12 11:53:55 +00:00
namespace KubernetesWorkflow
{
public enum Location
{
Unspecified,
BensLaptop,
BensOldGamingMachine
}
}