Pendrokar's picture
xVASynth v3 code for English
19c8b95
raw
history blame
123 Bytes
logger = setupData["logger"]
def custom_event_fn(data=None):
global logger
logger.log(f'custom_event_fn: {data}')