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