3 lines
60 B
Python
3 lines
60 B
Python
|
import os
|
||
|
HERE = os.path.abspath(os.path.dirname(__file__))
|