4 lines
81 B
Python
4 lines
81 B
Python
from pathlib import Path
|
|
|
|
base_dir = Path(__file__).parent.parent
|
|
print(base_dir) |