jumpserver/apps/users/api/__init__.py

6 lines
68 B
Python

# -*- coding: utf-8 -*-
#
from .user import *
from .group import *