mirror of https://github.com/jumpserver/jumpserver
7 lines
68 B
Python
7 lines
68 B
Python
![]() |
# -*- coding: utf-8 -*-
|
||
|
#
|
||
|
|
||
|
|
||
|
class AnsibleError(Exception):
|
||
|
pass
|