3 lines
54 B
Python
3 lines
54 B
Python
|
|
from pathlib import Path
|
|
print(Path(__file__).parent) |
|
|
from pathlib import Path
|
|
print(Path(__file__).parent) |