Files
picar/DecisionSystem/timeoutexecutor.py
2018-12-10 16:52:23 +10:30

5 lines
63 B
Python

import executor
class TimeoutExecutor(Executor):
pass