hermes.task package ################### .. automodule:: hermes.task :members: :special-members: __init__ :show-inheritance: | | Internal modules ================ The following modules are used by the package. I recommend working with this functions only if you are developing Hermes. Ideally, the user should not need to access these modules. hermes.task.linguist module --------------------------- This submodule provides the message templates that are used by the Hermes Tasks. If you want to customize the messages (for example, to rewrite them in your language), edit the strings contained in the following classes. .. automodule:: hermes.task.linguist :members: :undoc-members: :show-inheritance: hermes.task.logger module ------------------------- .. automodule:: hermes.task.logger :members: :undoc-members: :show-inheritance: