7 lines
107 B
Python
7 lines
107 B
Python
class Platform:
|
|
def __init__(self, *args, **kwargs):
|
|
pass
|
|
|
|
def process(self):
|
|
pass
|