mirror of https://github.com/jumpserver/jumpserver
5 lines
123 B
Python
5 lines
123 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
#
|
||
|
from django.db.models import TextChoices
|
||
|
from django.utils.translation import ugettext_lazy as _
|