6 lines
95 B
Python
6 lines
95 B
Python
|
|
||
|
|
||
|
class ConfigManager(object):
|
||
|
|
||
|
def __init__(self, peer_base, orderer_base):
|
||
|
return
|