Cliff project starter
I was checking out which framework options I have to write a CLI application in python and I found cliff https://docs.openstack.org/developer/cliff , so as you can guess I’m new to the framework. I was checking documentation and examples, but I didn’t see any recommendation on how to organise the code, folder structure or something like that, Is there a standard for code organisation, folder structure patterns?