mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-03-20 03:52:06 +00:00
8 lines
113 B
Python
8 lines
113 B
Python
# -*- coding: utf-8 -*-
|
|
#
|
|
|
|
from django.dispatch import Signal
|
|
|
|
django_ready = Signal()
|
|
webhook_signal = Signal()
|