mirror of
https://github.com/dzid26/sunnypilot.git
synced 2026-06-08 07:44:55 +08:00
* check newline * nothing catches this old-commit-hash: 97da129e11e58b07d5d136093827cd1c62311fea
5 lines
104 B
Python
5 lines
104 B
Python
import os
|
|
|
|
|
|
BASEDIR = os.path.abspath(os.path.join(os.path.dirname(os.path.realpath(__file__)), "../"))
|