Skip to content

Commit

Permalink
add function for cli entry
Browse files Browse the repository at this point in the history
  • Loading branch information
cia23 committed Nov 8, 2023
1 parent c4b558e commit 24aae62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions petasus/petasus.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ def cli() -> None:
cli.add_command(scan2rt.scan2rt)
cli.add_command(localize_mods.localize_mods)
cli.add_command(sage2lib.sage2lib)

if __name__ == "__main__":
cli()

0 comments on commit 24aae62

Please sign in to comment.