How can I copy a section of code from one project to another?
- 
					
					
					
					
 UiFlow2 is nice, but how do I copy a section of code from one project into another? Currently every time I want to reuse a section of code I have to either rebuild everything from scratch or at best start with a copy of a program, then remove everything I don't want, and build my new project around that. And even at that it's a trick you can only do once. You can't, for instance, reuse code segments from several programs this way. 
- 
					
					
					
					
 @Coopersmith-24601 you can copy and paste on python part of the Uiflow but blocks won't update 

