6 lines
71 B
Python
6 lines
71 B
Python
tool_items = []
|
|
|
|
|
|
def register_tool(link):
|
|
tool_items.append(link)
|