Add __main__ to run with -m

This commit is contained in:
3wc 2021-09-08 13:31:06 +02:00
parent a3aef30826
commit 385eb44a71
1 changed files with 5 additions and 0 deletions

5
hamstertools/__main__.py Normal file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env python3.7
from . import cli
cli()