mirror of
https://github.com/tgorordo/smithy.git
synced 2026-06-13 02:42:14 -07:00
version bump to 0.2.0
This commit is contained in:
parent
be82bc4ba5
commit
9e1e5d9642
4 changed files with 53 additions and 6 deletions
8
src/smithygui.py
Normal file
8
src/smithygui.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
from PySide6.QtWidgets import QApplication, QWidget
|
||||
|
||||
app = QApplication(sys.argv)
|
||||
|
||||
window = QWidget()
|
||||
window.show()
|
||||
|
||||
app.exec()
|
||||
Loading…
Add table
Add a link
Reference in a new issue