Skip to content

poppy-project/poppy-creature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Poppy Creature

PyPI

Migration notes for v2.0.0

The poppy-creature package is now integrated in pypot>=3, and v2.0.0 is a placeholder only kept for compatibility.

You should fix your imports from:

# old import
from poppy.creatures import PoppyErgoJr

to

# new import
from pypot.creatures import PoppyErgoJr