mirror of
https://github.com/leon-ai/leon.git
synced 2024-12-19 06:41:33 +03:00
10 lines
199 B
Python
10 lines
199 B
Python
#!/usr/bin/env python
|
|
# -*- coding:utf-8 -*-
|
|
|
|
import utils
|
|
|
|
def whoami(string, entities):
|
|
"""Leon introduces himself"""
|
|
|
|
return utils.output('end', 'introduction', utils.translate('introduction'))
|