1 2 3 4 5 6 7 8
--- source: facet-python/src/lib.rs expression: py --- from __future__ import annotations from typing import Literal type Status = Literal["Active"] | Literal["Inactive"]