2 lines
79 B
Python
2 lines
79 B
Python
|
import os
|
||
|
print(os.path.abspath(os.path.join(os.path.dirname(__file__), './')))
|