mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-03 11:18:26 +02:00
5 lines
126 B
Python
5 lines
126 B
Python
import source.wszst
|
|
|
|
|
|
def convert_wu8_to_szs(self):
|
|
return source.wszst.normalize(src_file=self.file_wu8, use_popen=True)
|