added infrastructure code
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
"""Definition of AngleEnum DTO."""
|
||||
|
||||
from enum import StrEnum
|
||||
|
||||
|
||||
class AngleEnum(StrEnum):
|
||||
"""Enumeration for Angle values."""
|
||||
|
||||
HIGH = "high"
|
||||
EYE_LEVEL = "eye-level"
|
||||
LOW = "low"
|
||||
Reference in New Issue
Block a user