6 lines
158 B
Python
6 lines
158 B
Python
from __future__ import absolute_import, unicode_literals
|
|
|
|
from appearance.classes import Icon
|
|
|
|
icon_key_setup = Icon(driver_name='fontawesome', symbol='key')
|