Debugging
This section provides guidance on how to debug pysilpo.
Enable debug mode
To enable debug mode, set the DEBUG environment variable to 1, for example:
DEBUG=1 python main.py
Where main.py is the entry point of your application which is using pysilpo.