Skip to content
Snippets Groups Projects
Commit 4d28bb66 authored by Nicolas KAROLAK's avatar Nicolas KAROLAK
Browse files

append to sys.path

parent 513a517b
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python3
from pathlib import Path
import sys
sys.path.append(str(Path(__file__).parent.resolve()))
from utils_lib import * # noqa
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment