1
0
Fork 0
This repository has been archived on 2024-12-18. You can view files and clone it, but cannot push or open issues or pull requests.
mining-companion/tests/__init__.py

5 lines
103 B
Python
Raw Normal View History

import os
import sys
sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, 'companion'))