mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-13 13:22:22 +08:00
4490156cb1
* remove these exceptions * whoop * ahhh old-commit-hash: d43bf899786bb752fc13818c6a4f8d4a7669ab37
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__)), "../"))
|