commands_register: Decorators to register commands and their info fields
handlers: Custom exception handlers
1"""2Module to define decorators34Submodules:5 - commands_register: Decorators to register commands and their info fields6 - handlers: Custom exception handlers7"""