#!/usr/bin/env python
# -*- coding: utf-8 -*-

from pyle import pyle

if __name__ == '__main__':
    pyle()
