With the recent split of python pack, the README gives an example to import only pack.python for base pack, but this is incorrect and doing so willl import pack/python/init.lua which adds all the subpacks. The correct way to import base pack should be pack.python.base to import pack/python/base.lua only. Same with the other examples.
With the recent split of python pack, the README gives an example to import only
pack.pythonfor base pack, but this is incorrect and doing so willl importpack/python/init.luawhich adds all the subpacks. The correct way to import base pack should bepack.python.baseto importpack/python/base.luaonly. Same with the other examples.