1
0
Fork 0
mirror of synced 2024-07-26 18:11:13 -04:00

Added support to run with python -m

This commit is contained in:
tpansin 2020-07-23 08:44:06 -07:00
parent c5e709d433
commit 322661dde1

4
dotbot/__main__.py Normal file
View file

@ -0,0 +1,4 @@
from .cli import main
if __name__ == "__main__":
main()