6 lines
169 B
Python
6 lines
169 B
Python
from __future__ import absolute_import, unicode_literals
|
|
|
|
from appearance.classes import Icon
|
|
|
|
icon_namespace_list = Icon(driver_name='fontawesome', symbol='sliders-h')
|