I'm developing a pants plugin. Our source code roo...
# general
f
I'm developing a pants plugin. Our source code root directory is called
pants
. Does pantsbuild support 3rd party package aliasing? So instead of doing this
Copy code
import pants.goal.task_registrar
I want to do that
Copy code
import pant_alias.goal.task_registrar