Skip to content

Instantly share code, notes, and snippets.

@fortierq

fortierq/b.py Secret

Created May 9, 2021 15:36
sys.path.append
from pathlib import Path
import sys
path_root = Path(__file__).parents[2]
sys.path.append(str(path_root))
print(sys.path)
import src.c.d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment