from typing import Literal

def reload() -> Literal[True] | None: ...