4 lines
85 B
Python
4 lines
85 B
Python
|
|
import os
|
||
|
|
|
||
|
|
basedir = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
|