The original approach to divide functionality across multiple internal modules has caused problems without providing any real benefit. This PR does away with that by consolidating everything into a single GraphViz module. No more @_exported, no more module namespace collisions (#17), no more hassle.
The original approach to divide functionality across multiple internal modules has caused problems without providing any real benefit. This PR does away with that by consolidating everything into a single
GraphViz
module. No more@_exported
, no more module namespace collisions (#17), no more hassle.