OILS / mycpp / os.pyi View on Github | oilshell.org

3 lines, 2 significant
1from typing import Optional
2
3def getenv(name: str) -> Optional[str]: ...