Merge branch 'TimPansino/feature/module_run_support'
This commit is contained in:
commit
98b87c16be
1 changed files with 4 additions and 0 deletions
4
dotbot/__main__.py
Normal file
4
dotbot/__main__.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
from .cli import main
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
Loading…
Reference in a new issue