| 40 | * GRASS GIS Python Addons |
| 41 | * with dependencies on external, non-standard modules should use lazy imports: https://lists.osgeo.org/pipermail/grass-dev/2018-October/090321.html |
| 42 | * that represent sets of modules and eventually also share functions across modules can be grouped into one addon directory, like e.g.: |
| 43 | * https://trac.osgeo.org/grass/browser/grass-addons/grass7?order=name#gui/wxpython/wx.metadata or |
| 44 | * https://trac.osgeo.org/grass/browser/grass-addons/grass7?order=name#raster/r.green |
| 45 | |