Source code for python_sikuli_client.match

"""
Classes to fulfill the roles of those described at
    http://doc.sikuli.org/match.html
"""
from python_sikuli_client.sikuli_class import ClientSikuliClass

__author__ = 'Alistair Broomhead'

[docs]class Match(ClientSikuliClass): """ Manages interaction with Sikuli's Match """ #TODO: Match Objects # http://doc.sikuli.org/match.html#Match pass