jumpserver/apps/users/views/__init__.py

6 lines
87 B
Python
Raw Normal View History

2017-01-17 08:34:47 +00:00
# ~*~ coding: utf-8 ~*~
from .login import *
from .user import *
from .group import *