On 15/10/2014 at 10:52, xxxxxxxx wrote:
I've been working on a plugin for about a month but it's getting pretty big. How do I go about splitting it up into modular chunks? I've looked up several tutorials haven't really found a clear answer. Just to give you na idea of what I tired I...
- created a folder in the root of my plugin folder called "files"
- Inside that I created a helloworld.py file
- Used "from files import helloworld"
but my plugin ceased to function once I included the import statement at the top of my document. Can anyone give me an working example that I could build off of?