6 lines
94 B
Python
6 lines
94 B
Python
from __future__ import absolute_import
|
|
|
|
from .links import link_api
|
|
|
|
setup_links = [link_api]
|