Maroder1 / Openness_examples_python

30 stars 8 forks source link

Global / Project Library Block Import Examples #10

Open FlaminMad opened 1 year ago

FlaminMad commented 1 year ago

Hello there!

Firstly, thank you very much for this library implementation. Its been a fantastic way of starting to automate some of the monotonous processes that have to be done again and again.

I have been getting quite stuck with how to use global libraries. I can open a global library fine, but I cannot figure out how to import a given folder from it, or a given specific block into the project library. I believe theres an example of importing everything from it, but I'm more looking for how to do one folder in a larger library. This is also applicable then importing from the project library into the project as well.

Any help or the addition of a small example would be very much appreciated!

Thanks!