Having the plugin code in __init__.py makes it difficult for users to find. In addition, some of the functions defined in __init__.py, such as setup, could be useful to surface and document so that users can take advantage of them in their workflows more easily.
Having the plugin code in
__init__.pymakes it difficult for users to find. In addition, some of the functions defined in__init__.py, such assetup, could be useful to surface and document so that users can take advantage of them in their workflows more easily.