uwsgi.pyi 70 B

123
  1. from typing import Literal
  2. def reload() -> Literal[True] | None: ...