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