mirror of
https://github.com/leon-ai/leon.git
synced 2024-12-21 07:41:39 +03:00
10 lines
180 B
Python
10 lines
180 B
Python
#!/usr/bin/env python
|
|
# -*- coding:utf-8 -*-
|
|
|
|
import utils
|
|
|
|
def joke(string, entities):
|
|
"""Leon says some jokes"""
|
|
|
|
return utils.output('end', 'jokes', utils.translate('jokes'))
|