Skip to content

Commit

Permalink
Update the main
Browse files Browse the repository at this point in the history
  • Loading branch information
n3rada committed Apr 26, 2024
1 parent f893146 commit 657483a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion toboggan/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,10 @@
# Local library imports
from toboggan import cli

if __name__ == "__main__":

def main() -> None:
cli.console()


if __name__ == "__main__":
main()

0 comments on commit 657483a

Please sign in to comment.