M
martijn
H!
I'm trying to find a python function to use like this:
-- maincode.py
Include "apythonscript_function.py"
-- end
So I can split the maincode.py file in smalle pieces.
Or yust save the function's in other file and include them once.
I really want to use this because else { the maincode.py will be super
super large. }
Thanks,
GC-Martijn
----- if you don't understand what I mean: http://www.php.net/include
I'm trying to find a python function to use like this:
-- maincode.py
Include "apythonscript_function.py"
-- end
So I can split the maincode.py file in smalle pieces.
Or yust save the function's in other file and include them once.
I really want to use this because else { the maincode.py will be super
super large. }
Thanks,
GC-Martijn
----- if you don't understand what I mean: http://www.php.net/include