3 lines
64 B
Python
3 lines
64 B
Python
|
import os
|
||
|
_basedir = os.path.abspath(os.path.dirname(__file__))
|