so i have a large VB project with multiple files
when i convert the project with the original vb2py version
in file1 i have a code like print(file2.name)
and it prints correctly the value of the variable defined in file2
but when i use this version on vb2py i get all the file2.abc file5.xyz removed and replaced just with abc and xyz and code does not work before abc nor xyz do not exists in frmMain.py they exist in other files