8 lines
120 B
Python
8 lines
120 B
Python
from __future__ import absolute_import
|
|
|
|
from icons.literals import LOCK
|
|
from icons import Icon
|
|
|
|
icon_lock = Icon(LOCK)
|
|
|