vignesh
Jan 07, 2019 - 16:19
On pythonista, how do I share information between python files. If I had a file called 'main.py' and then another called 'extension.py' and there are functions I want from extension.py in main.py, I would use 'import extension'. I do this and it calls an error that states that 'there is no module extension'