Skip to content

Commit

Permalink
chore: better formatting in main
Browse files Browse the repository at this point in the history
  • Loading branch information
StuSerious committed May 31, 2023
1 parent a33571a commit 823c53c
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions src/threedy/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,18 @@ def __init__(self):
self.on_file_select,
self.on_file_export,
)

# setup tabview
self.tabview = Tabview(
# setup commandbar
self.commandbar = Commandbar(
self,
self.on_compute,
)

# setup terminal
self.terminal = Terminal(
self,
)

# setup commandbar
self.commandbar = Commandbar(
# setup tabview
self.tabview = Tabview(
self,
self.on_compute,
)

# startup defaults
Expand Down

0 comments on commit 823c53c

Please sign in to comment.