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

4 lines
83 B
Python
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
class MyVirtual(object):
def __init__(self):
raise NotImplementedError