Source code for bo4e.enum.profilverfahren
"""
Contains Enums for Profilverfahren.
"""
from bo4e.enum.strenum import StrEnum
[docs]
class Profilverfahren(StrEnum):
"""
Profilverfahren: synthetisch/ analytisch.
"""
SYNTHETISCH = "SYNTHETISCH" #: SLP
ANALYTISCH = "ANALYTISCH" #: ALP