Timberpy Python bindings for timber library Installation Install with pip pip install git+https://github.com/Imn0/timber-py.git Usage Right now only basic logging functions are implemented import timber as tmb tmb.info("hello world")