You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now we want to do it right. Which means, taking over working concepts, throwing away unused/complex stuff and breaking up things to gain modularity. I.e. a fundamental split should separate public from private information. Some classes
in the reclass backend can safely be made public, while other information must be kept secret in a (or serveral) separate repository(-ies).
Let's go on with bash for a while. If the core is working we can still switch to python.