Files
behavior-tree/robobrain/robot_robobrain/intent.py
T

5 lines
240 B
Python

"""Compatibility imports for the shared, conservative intent checker."""
from robot_bt_coordinator.intent import COUNTS, matches, extract, conflicts_with_instruction
__all__ = ['COUNTS', 'matches', 'extract', 'conflicts_with_instruction']