Skip to content

Commit

Permalink
FEAT: Experiment with recalling attributes attached to the application.
Browse files Browse the repository at this point in the history
  • Loading branch information
genedan committed Jan 12, 2024
1 parent 3a45862 commit 9bbd589
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions faslr/core/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
# class FApplication(QApplication):
# def __init__(
# self,
# name: str,
# *argv
# ):
# super().__init__(*argv)
#
# self.name = name

0 comments on commit 9bbd589

Please sign in to comment.