#!/usr/bin/env python
__author__ = 'schlitzer'

from catweazle import main


if __name__ == '__main__':
    main()
