forked from erp-dev/erp
9 lines
120 B
Python
9 lines
120 B
Python
"""
|
|
api_v2 视图包。
|
|
"""
|
|
|
|
from .users import QuickCreateEmployeeUserView
|
|
|
|
__all__ = ['QuickCreateEmployeeUserView']
|
|
|