Skip to content

Commit

Permalink
add a __main__ module
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Mar 3, 2024
1 parent 3b470ca commit 1522a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/standard_names/__main__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

from standard_names.cmd.main import main
from standard_names.cli.main import main

if __name__ == "__main__":
raise SystemExit(main())

0 comments on commit 1522a2b

Please sign in to comment.