Skip to content

Commit

Permalink
cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanCarloMachado committed Nov 11, 2023
1 parent f93e154 commit e19dff1
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,11 @@ def _chunks_of_tags(self, lst, n):


def main():
fire.Fire(NewEntryGUI().launch_prompt)
fire.Fire(NewEntryGUI().launch)

def launch_ui():
main()


if __name__ == "__main__":
fire.Fire(NewEntryGUI().launch)
main()

0 comments on commit e19dff1

Please sign in to comment.