livekit--agents
5 行
104 B
Python
5 行
104 B
Python
# Simple logger for the plugin
|
|
import logging
|
|
|
|
logger = logging.getLogger("livekit.plugins.smallestai")
|