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