Contents:
from typing import Literal [docs] class Config: backend: Literal["py", "rs"] = "rs" config = Config()