#! /usr/bin/python

from imiptools import Processor
from imiptools.handlers import resource

Processor(resource.handlers)()

# vim: tabstop=4 expandtab shiftwidth=4
