#!/usr/local/bin/python2 class C: def __init__(self): return None print C()