6 lines
61 B
Python
6 lines
61 B
Python
class ServiceAdapter:
|
|
|
|
def __init__(self):
|
|
pass
|
|
|
class ServiceAdapter:
|
|
|
|
def __init__(self):
|
|
pass
|
|
|