Skip to content

Commit

Permalink
FEAT: Update demo template to set sample db.
Browse files Browse the repository at this point in the history
  • Loading branch information
genedan committed Jan 28, 2025
1 parent 2803fe1 commit 00fa807
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions faslr/demos/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@
"""
import sys

from faslr.demos.sample_db import set_sample_db

from PyQt6.QtWidgets import (
QApplication
)

set_sample_db()

app = QApplication(sys.argv)

app.exec()

0 comments on commit 00fa807

Please sign in to comment.