RosettaCodeData/Task/Flow-control-structures/Python/flow-control-structures-3.py

4 lines
83 B
Python
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
class MyVirtual(object):
def __init__(self):
raise NotImplementedError