pyTest_wanweiguang/project_path.py

6 lines
87 B
Python

import os
path = os.path.dirname(__file__)
if __name__ == '__main__':
print(path)