#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""Simple wrapper around PyColorize, which colorizes python sources."""

import IPython.PyColorize
IPython.PyColorize.main()