mirror of https://github.com/jumpserver/jumpserver
7 lines
93 B
Python
7 lines
93 B
Python
![]() |
# ~*~ coding: utf-8 ~*~
|
||
|
|
||
![]() |
from common.utils import get_logger
|
||
![]() |
|
||
|
logger = get_logger(__name__)
|
||
|
|