I've successfully created a toolbar using the Esri Add-In wizard. Each button references a different tool from a custom Python script toolbox I've developed.
I've made an iteration of the Add-In that references each script tool in the toolbox file, and it works perfect.
Now my question: can I embed the script from the tools into the Add-In script, instead of just referencing the *.tbx file? And by doing so, will this let me distribute the Add-In by itself without having to also distribute the toolbox for it to work? I've seen a few articles/posts about this, but they've left me confused as to how to do this. Thank you.