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