mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-24 20:22:33 -06:00
10 lines
No EOL
236 B
Python
Executable file
10 lines
No EOL
236 B
Python
Executable file
from direct.directnotify import DirectNotifyGlobal
|
|
|
|
class ChatAgentAI:
|
|
notify = DirectNotifyGlobal.directNotify.newCategory("ChatAgentAI")
|
|
|
|
def announceGenerate(self):
|
|
pass
|
|
|
|
def chatMessage(self, todo0):
|
|
pass |