AI-Project/survival/components/input_component.py
2021-03-28 18:05:52 +02:00

4 lines
77 B
Python

class InputComponent:
def __init__(self):
self.input_data = None