I want to have two or more python files that can call each other's functions, as if they were part of the same file. Tested importing each other in both files but has strange results and I don't think this is the right way to do it. Any ideas on how to do this?
Thanks