ia-guiao-de-programacao-fun.../tests/__init__.py

8 lines
128 B
Python
Raw Normal View History

2024-09-17 10:51:44 +00:00
import os
import sys
PROJECT_PATH = os.getcwd()
SOURCE_PATH = os.path.join(
PROJECT_PATH,"."
)
sys.path.append(SOURCE_PATH)