2 lines
89 B
Python
2 lines
89 B
Python
if hasattr(simbase, 'wantPets') and simbase.wantPets:
|
|
from . import DistributedPetAI
|