py::class_<GRegex,std::shared_ptr<GRegex>>(m,"GRegex","GRegex class combines a Node Regex and a list of Graph Regex that together describes a graph pattern as a graph regular expression. GRegex find patterns in a given graph that matches the graph regular expression.")
:param nodesRegex: Describe the conditions an operator has to fulfill. Dictionnary mapping a string (keys) to :py:class:`aidge_core.NodeRegex` (values).
:type nodesRegex: :py:class: `Dict`
:param seqRegexps: Describe the graph topological pattern. List of Graph Regex as strings.