You've already forked STARK
mirror of
https://github.com/MarkParker5/STARK.git
synced 2025-11-28 21:39:53 +02:00
one command - one file, kinogo fullscreen mode
This commit is contained in:
13
SmallTalk/hello.py
Normal file
13
SmallTalk/hello.py
Normal file
@@ -0,0 +1,13 @@
|
||||
from .SmallTalk import *
|
||||
################################################################################
|
||||
def method(params):
|
||||
voice = text = 'Привет'
|
||||
return {
|
||||
'type': 'simple',
|
||||
'text': text,
|
||||
'voice': voice,
|
||||
}
|
||||
|
||||
patterns = ['* привет* *',]
|
||||
hello = SmallTalk('Hello', {}, patterns)
|
||||
hello.setStart(method)
|
||||
Reference in New Issue
Block a user