pygraphistry
pygraphistry copied to clipboard
[BUG] pygraphistry ast exporting wrong module
Describe the bug
import graphistry
dir(graphistry.ast)
prints python ast package, not graphistry's
this makes it ~impossible to use .chain()
(AI branch)