apitest/util/tools/__init__.py

7 lines
168 B
Python

# coding:utf-8
import os
root_path = str(os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))).replace("\\","/")
__all__ = [
"root_path",
]