mirror of
1
0
Fork 0
dotbot/dotbot/__main__.py

5 lines
61 B
Python

from .cli import main
if __name__ == "__main__":
main()