src.decorators

Module to define decorators

Submodules:

  • commands_register: Decorators to register commands and their info fields
  • handlers: Custom exception handlers
1"""
2Module to define decorators
3
4Submodules:
5 - commands_register: Decorators to register commands and their info fields
6 - handlers: Custom exception handlers
7"""