Skip to content
Snippets Groups Projects
Commit dae96344 authored by David Douard's avatar David Douard
Browse files

Make 'python -m swh' work as cli entry point

adding a swh/__main__.py file.
parent 29701977
No related branches found
No related tags found
No related merge requests found
# provides the main swh cli entry point from standard 'python -m swh'
if __name__ == "__main__":
from swh.core.cli import main
main()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment