5 lines
141 B
Python
5 lines
141 B
Python
# -*- coding: utf-8 -*-
|
|
from __future__ import unicode_literals
|
|
|
|
link_spacer = {'text': ('────────────'), 'url': ''}
|