MYS: prep pro Yuzu template WIP

This commit is contained in:
Pakin 2024-06-20 08:46:26 +07:00
parent 985cfb267f
commit 1d3c15fa5b
27 changed files with 62721 additions and 1541 deletions

View file

@ -15,7 +15,7 @@ else:
f.close()
else:
print("new layout catalog enable.")
f = open( directory_to_process + "/menu_catalog_new.xml", "r")
f = open( directory_to_process + "/menu_catalog_new.lxml", "r")
#print(f.read())
out_xml(f.read())
f.close()