Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 234 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 234 Bytes

Option

A simple Rust-like Option type for Python with Type Annotations.

This package is heavily based on the Result package's implementation.

Installation

pip install option-python