6 lines
93 B
Python
6 lines
93 B
Python
from __future__ import absolute_import
|
|
|
|
from .links import link_api
|
|
|
|
tool_links = [link_api]
|