from direct.directnotify import DirectNotifyGlobal class ChatAgentAI: notify = DirectNotifyGlobal.directNotify.newCategory("ChatAgentAI") def announceGenerate(self): pass def chatMessage(self, todo0): pass