mirror of
https://github.com/MarkParker5/STARK.git
synced 2024-11-24 08:12:13 +02:00
13 lines
315 B
Python
13 lines
315 B
Python
import pathlib
|
|
path = str(pathlib.Path(__file__).parent.absolute())
|
|
del pathlib
|
|
|
|
telebot = '12345678:token'
|
|
goole_tts_json_key = 'google-cloud-text-to-speech-private-key.json'
|
|
|
|
language_code = 'ru-RU'
|
|
device_index = 1
|
|
double_clap_activation = True
|
|
|
|
names = ['арчи', 'archie']
|