Added Node as an exported name from root package i.e. rdflib.Node. A little bugbear i've had when writing
type annotations, currently using importing rdflib.term specifically to do so.
Updated the linting commands section of the docs to reflect the move over to ruff from flake8.
Checklist
[x] Checked that there aren't other open pull requests for
the same change.
[x] Checked that all tests and type checking passes.
Summary of changes
Node
as an exported name from root package i.e.rdflib.Node
. A little bugbear i've had when writing type annotations, currently using importingrdflib.term
specifically to do so.Checklist