#!/usr/bin/python3 -s
# -*- coding: utf-8 -*-

from pyle import pyle

if __name__ == '__main__':
    pyle()
