mirror of
1
0
Fork 0

Merge branch 'TimPansino/feature/module_run_support'

This commit is contained in:
Anish Athalye 2020-07-24 08:41:51 -04:00
commit 98b87c16be
1 changed files with 4 additions and 0 deletions

4
dotbot/__main__.py Normal file
View File

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