Is it possible to interact with an open ArcPro session by means other than the GP tools or python console? I'm currently running scripts through either of those things but I got to thinking today as I was learning about tkinter whether or not there is a way press a button within a custom gui that would be able to send commands to an open ArcPro session much like pasting it manually into the console would be. We're currently dealing with an innumerable amount of unique features that could more easily be worked with if all it took was a single button press to, say, run an item-specific da.SelectByAttributes that returns that exact item from previously stored data as opposed to clicking my way through the select by attributes pane or via a GP tool or via the python console.