github / src / sharp / __init__.py @ fa348e33
1 |
"""Package containing the sharp script.""" |
---|---|
2 |
|
3 |
from sharp.function import Function |
4 |
from sharp.functions.say import Say |
5 |
|
6 |
FUNCTIONS = { |
7 |
"say": Say,
|
8 |
} |