5 lines
70 B
Python
5 lines
70 B
Python
|
|
class DIDs():
|
|
def __init__(self, base):
|
|
|
|
self.base = base |