5 lines
53 B
Python
5 lines
53 B
Python
from .add import add
|
|
|
|
tools = {
|
|
add["name"] : add
|
|
} |
from .add import add
|
|
|
|
tools = {
|
|
add["name"] : add
|
|
} |