Files
croccybot/tests/__init__.py

8 lines
138 B
Python

# !/bin/python3
import sys
import os
sys.path.insert(0, os.path.join(os.getcwd()))
sys.path.insert(0, os.path.join(os.getcwd(), "src"))