Added xmir_base module and directory

This commit is contained in:
remittor
2023-10-22 00:28:36 +03:00
parent 370d90b2f0
commit 5f8eca833b
22 changed files with 58 additions and 20 deletions
+13
View File
@@ -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