AI-Project/survival/components/input_component.py

4 lines
77 B
Python
Raw Normal View History

2021-03-28 18:05:52 +02:00
class InputComponent:
def __init__(self):
self.input_data = None