This repository was archived by the owner on Nov 8, 2024. It is now read-only.
Composable decorators
Improvements
- the decorators can be now combined together, one function can server for different hooks
- no need to do
sys.stdout.flush()
anymore it is added auto-magically