Skip to content

Commit

Permalink
add guard for module
Browse files Browse the repository at this point in the history
  • Loading branch information
dianzrong committed Jun 22, 2023
1 parent 90cfaa9 commit 4de7536
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openadapt/app/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from openadapt.app.main import run_app

run_app()
if __name__ == "__main__":
run_app()

0 comments on commit 4de7536

Please sign in to comment.