hello everybody!
I have a main app, which imports another python file and uses its functions.
my problem is now, that the external file itself needs some functions defined in the main app...
if i copy the external files code and paste it into the main application, everything works fine, but this is not the thing I want...
is there a python function which is similar to the C's #include function? As far as I know, #include "writes" the external files source into the main application..?
thank you for every bit of help=)
greetings,
CobRalf