6 lines
69 B
Python
6 lines
69 B
Python
|
|
|
|
class Base:
|
|
def __init__(self, base):
|
|
self.base = base
|