types.py 68 B

123
  1. from typing import Literal, Union
  2. MeID = Union[Literal["me"], int]