Skip to content

Commit

Permalink
Spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
llegregam committed May 21, 2024
1 parent 9a97c54 commit 5811214
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion physiofit/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def get_last_version():
except Exception:
pass


def main():
"""The main routine"""

Expand All @@ -33,5 +34,6 @@ def main():
path_to_app = path_to_app / "ui/gui.py"
run(["streamlit", "run", str(path_to_app)])


if __name__ == "__main__":
sys.exit(main())
sys.exit(main())

0 comments on commit 5811214

Please sign in to comment.