Skip to content
Snippets Groups Projects

Gitlab CI pipeline and setup files

Merged Lan Dam requested to merge gitlab_CI into master
Files
6
+ 12
0
import sys
from PySide2 import QtWidgets
def main():
app = QtWidgets.QApplication()
# gui = MainGUI
sys.exit(app.exec_())
if __name__ == '__main__':
main()
Loading