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