6 lines
123 B
Python
6 lines
123 B
Python
|
# This Python file uses the following encoding: utf-8
|
||
|
|
||
|
import os
|
||
|
|
||
|
os.system("pyside6-uic form.ui -o openfm_qt/ui_form.py")
|