It's valid to import the code in the plugin, altho...
# general
h
It's valid to import the code in the plugin, although I think you'll want to add the internal tool to
pantsd_invalidation_globs.add
in
GLOBAL
section (if it's not already covered by
pythonpath
option), e.g.
"path/to/**/*.py"
That makes sure that when you change your internal tool, Pantsd gets invalidated properly