8 lines
166 B
Python
8 lines
166 B
Python
from __future__ import absolute_import
|
|
|
|
from project_tools.api import register_tool
|
|
|
|
from .links import installation_details
|
|
|
|
register_tool(installation_details)
|