mirror of
https://github.com/openwrt-xiaomi/xmir-patcher.git
synced 2026-09-22 22:57:55 +03:00
Added xmir_base module and directory
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import os
|
||||
import sys
|
||||
|
||||
#print("xmir_base (win)")
|
||||
|
||||
current_dir = os.path.dirname(os.path.abspath(__file__))
|
||||
pyexe_dir = os.path.dirname(current_dir)
|
||||
root_dir = os.path.dirname(pyexe_dir)
|
||||
|
||||
sys.path.append(root_dir + '/xmir_base')
|
||||
|
||||
import xmir_init
|
||||
|
||||
Reference in New Issue
Block a user