3d3d712
1
2
3
4
5
6
7
8
9
10
from .cli import taskweaver def main(): taskweaver() if __name__ == "__main__": main()