mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-04 21:17:50 +08:00
5 lines
120 B
Python
5 lines
120 B
Python
import os
|
|
import sys
|
|
APP_SCRIPTS_ROOT = os.path.abspath(os.path.dirname(__file__))
|
|
sys.path.insert(0, APP_SCRIPTS_ROOT)
|