6 lines
210 B
Python
6 lines
210 B
Python
from __future__ import absolute_import, unicode_literals
|
|
|
|
TEST_CABINET_LABEL = 'test cabinet label'
|
|
TEST_CABINET_EDITED_LABEL = 'test cabinet edited label'
|
|
TEST_CABINET_CHILD_LABEL = 'test cabinet child label'
|