Source code for chipiron.players.move_selector.move_selector_args
"""
This module defines the MoveSelectorArgs protocol for specifying arguments for MoveSelector construction.
"""
from typing import Protocol
from .move_selector_types import MoveSelectorTypes