Add convenience imports and docs to the base pydiffx module.
Review Request #11738 — Created July 21, 2021 and submitted — Latest diff uploaded
This adds the most common imports to the
pydiffx
module, making it
very easy to importDiffX
,DiffXReader
,DiffXWriter
, and various
objects holding option constants.This module has been given some basic introductory documentation and
a reference to the DiffX spec.
Tested importing from this module.