3 lines
83 B
Python
3 lines
83 B
Python
class MyVirtual(object):
|
|
def __init__(self):
|
|
raise NotImplementedError
|