Features:
- Refactor the `fn.py` library to integrate into the project because `fn.py` has a long time not been maintained, which is not compatible with Python 3.10.
- `tensorneko.util.Option`, `Some` and `Empty`: A monad to handle optional data.
- `tensorneko.util.Seq`: A linear collection able to process in the pipeline with method chaining.
- `tensorneko_util` library now supports Python 3.10.