4 lines
84 B
Python
4 lines
84 B
Python
import sys
|
|
from pathlib import Path
|
|
|
|
print(str(Path(__file__).resolve().parents[2])) |