4 lines
77 B
Python
4 lines
77 B
Python
class InputComponent:
|
|
def __init__(self):
|
|
self.input_data = None
|