Add __main__ to run with -m
This commit is contained in:
parent
a3aef30826
commit
385eb44a71
5
hamstertools/__main__.py
Normal file
5
hamstertools/__main__.py
Normal file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env python3.7
|
||||
|
||||
from . import cli
|
||||
|
||||
cli()
|
Loading…
Reference in New Issue
Block a user