1
0
Fork 0
mirror of synced 2024-05-27 04:21:13 -04:00

Merge branch 'TimPansino/feature/module_run_support'

This commit is contained in:
Anish Athalye 2020-07-24 08:41:51 -04:00
commit 98b87c16be

4
dotbot/__main__.py Normal file
View file

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