5 lines
80 B
Python
5 lines
80 B
Python
import os
|
|
basedir = os.path.abspath(os.path.dirname(__file__))
|
|
|
|
print(basedir)
|