H
Hans Müller
Hello group,
I have some scripts sharing some common functions.
So what I'd like to have is a modern include.
Of course python does not have (with good reasons) no include statement.
But I'm too lazy to create a module which has to be installed into the interpreter for some functions I need to share in a project.
Is there any idea to do this ?
Thanks a lot
Hans
I have some scripts sharing some common functions.
So what I'd like to have is a modern include.
Of course python does not have (with good reasons) no include statement.
But I'm too lazy to create a module which has to be installed into the interpreter for some functions I need to share in a project.
Is there any idea to do this ?
Thanks a lot
Hans