f3cd56b78e
Use ~/.pouch, the pouch CLI, and .pouch.yaml as the SSOT container. Keep the inner skills/ packages, and store ACK project state in .pouch/ack instead of docs/ack.
5 lines
66 B
Python
5 lines
66 B
Python
from pouch.cli import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|