mirror of
https://github.com/zlgopen/awtk.git
synced 2025-05-09 12:01:19 +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)
|