Skip to content

Commit 5bc82f5

Browse files
committed
FEAT: Add boilerplate demo code to template.py.
1 parent ffcf3d5 commit 5bc82f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

faslr/demos/template.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111

1212
set_sample_db()
1313

14+
# widget = ...
15+
1416
app = QApplication(sys.argv)
1517

18+
# widget.show()
19+
1620
app.exec()

0 commit comments

Comments
 (0)