mirror of https://github.com/jumpserver/jumpserver
8 lines
143 B
Python
8 lines
143 B
Python
|
from __future__ import absolute_import, unicode_literals
|
||
|
|
||
|
from django.shortcuts import render
|
||
|
from django.views.generic import TemplateView
|
||
|
|
||
|
|
||
|
|