mirror of https://github.com/jumpserver/jumpserver
7 lines
137 B
Python
7 lines
137 B
Python
|
from tickets.models import ApplyCommandTicket
|
||
|
from .base import BaseHandler
|
||
|
|
||
|
|
||
|
class Handler(BaseHandler):
|
||
|
ticket: ApplyCommandTicket
|