Files
PepLib/PepLib/KerfType.cs
2018-08-31 07:25:48 -04:00

11 lines
104 B
C#

namespace PepLib
{
public enum KerfType
{
None,
Left,
Right
}
}