mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00: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 |