Metadata-Version: 2.4
Name: vichandler
Version: 1.0.1
Summary: Very simple log/error catching system because no one else wanted to.
Author: v1ct0r
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
Dynamic: license-file

### vichandler 

# Very simple log/error catching system because no one else wanted to.

## Changelog

# v1.0.1EMG

Added handle() to use instead of catch()

# SYNTAX:

@vichandler.handle
def your_code_here(arg)
    pass
