Somewhat fancy voice command recognition software
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678910
  1. #!/usr/bin/env python3
  2. # This is part of Kaylee
  3. # -- this code is licensed GPLv3
  4. # Copyright 2015-2017 Clayton G. Hobbs
  5. # Portions Copyright 2013 Jezra
  6. from kayleevc import kaylee
  7. if __name__ == '__main__':
  8. kaylee.run()