mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-01-15 23:23:21 +00:00
8 lines
154 B
Python
8 lines
154 B
Python
# ~*~ coding: utf-8 ~*~
|
|
from __future__ import unicode_literals
|
|
from rest_framework import viewsets
|
|
|
|
from serializers import *
|
|
from permissions import *
|
|
|