6 lines
166 B
Python
6 lines
166 B
Python
from __future__ import absolute_import, unicode_literals
|
|
|
|
from appearance.classes import Icon
|
|
|
|
icon_message_list = Icon(driver_name='fontawesome', symbol='bullhorn')
|