Skip to content

Api route

TagEnum

Bases: str, Enum

API tags.

Source code in src/api/api_route.py
10
11
12
13
14
class TagEnum(str, Enum):
    """API tags."""

    general = "general"
    tag_example = "tag_example"