#!/usr/bin/python2
# -*- coding: utf-8 -*-
#
# This file is part of restkit released under the MIT license. 
# See the NOTICE for more information.

from restkit.contrib.console import main

if __name__ == '__main__':
    main()
