added infrastructure code
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
"""Definition of PointOfViewEnum DTO."""
|
||||
|
||||
from enum import StrEnum
|
||||
|
||||
|
||||
class PointOfViewEnum(StrEnum):
|
||||
"""Enumeration for Point of View."""
|
||||
|
||||
FRONTAL = "frontal"
|
||||
OBLIQUE = "oblique"
|
||||
Reference in New Issue
Block a user