multi instance by hurr main

This commit is contained in:
wanlop run 2023-12-08 22:51:09 +07:00
parent ed5aff5b4f
commit 38db72c36e
71 changed files with 119909 additions and 162 deletions

View file

@ -0,0 +1,6 @@
print("new menu_catalog_new_menu catalog enable.")
f = open( directory_to_process + "/menu_catalog_new_menu.xml", "r")
#print(f.read())
out_xml(f.read())
f.close()