usage¶
How to installing the package¶
Install the project into your Python environment:
$ pip install pythonic-fp-sentinel
Importing the module¶
Import the sentinel classes into your code.
from pythonic_fp.sentinels.sentinel import Sentinel
from pythonic_fp.sentinels.novalue import NoValue