cgpm
cgpm copied to clipboard
Convert all use of distargs in cgpms to **kwargs
No reason to have a custom dictionary if python has a default way to pass in keyword arguments.
But the issue is that it also changes the __ini__
interface of State and Engine, which is a big effort to change clients especially tests.