invert.py 65 B

123456
  1. from typing import Literal
  2. Invert = Literal[
  3. '0',
  4. '',
  5. ]