mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 12:49:06 +00:00
7 lines
173 B
Python
7 lines
173 B
Python
import sys
|
|
import os
|
|
|
|
parent_dir = os.path.abspath(os.path.join(os.path.dirname(__file__),
|
|
os.pardir))
|
|
sys.path.append(parent_dir)
|