mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-01-16 15:38:21 +00:00
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 _
|