Age | Commit message (Collapse) | Author |
|
The argument parser isn't part of the API of the Config class, so now
its name reflects that.
|
|
Commands aren't stored in a special file anymore, and Kaylee never tries
to look at that file. Therefore, there's no need for the Config object
to keep that file's path, and so the path has been removed.
|
|
Added some blank lines and wrapped some long lines to be closer to PEP 8
compliance.
Improved docstrings in NumberParser class. Added docstrings for
undocumented code and removed a TODO message that no longer applies.
|
|
That's "Kaylee Voice Command" if you didn't figure it out. I think
everything still works properly, but I'll do more testing later to
verify.
|