mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-24 17:09:26 +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 _
|