mirror of https://github.com/jumpserver/jumpserver
5 lines
74 B
Python
5 lines
74 B
Python
|
from django.dispatch import Signal
|
||
|
|
||
|
|
||
|
post_change_ticket_action = Signal()
|