AI Libraries for Panda3D

On a sidenote, is the genpycode call really necessary? It will only allow you to import pandaai modules from pandac.PandaModules.

If you rename libpandaai.dll into libpandaai.pyd you should be able to
import it directly like “import libpandaai”, without having to invoke genpycode.