8 lines
132 B
Python
8 lines
132 B
Python
# -*- coding:utf-8 -*-
|
|
"""
|
|
JoyHub接口测试用例模块
|
|
"""
|
|
from .Joyhub_user import TestUserManage
|
|
|
|
__all__ = ['TestUserManage']
|