mirror of
https://github.com/openwrt-xiaomi/xmir-patcher.git
synced 2026-09-22 22:57:55 +03:00
14 lines
220 B
Python
14 lines
220 B
Python
import os
|
|
import sys
|
|
|
|
#print("xmir_init")
|
|
|
|
xmir_base_dir = os.path.dirname(os.path.abspath(__file__))
|
|
sys.path.append(xmir_base_dir)
|
|
|
|
root_dir = os.path.dirname(xmir_base_dir)
|
|
sys.path.append(root_dir)
|
|
|
|
#import gateway
|
|
|