Add __main__ to run with -m
This commit is contained in:
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()
|
Reference in New Issue
Block a user