Files
ormar/ormar/models/utils.py

7 lines
92 B
Python

from enum import Enum
class Extra(str, Enum):
ignore = "ignore"
forbid = "forbid"