Rename matcher modules to make more sense

This commit is contained in:
Joeri Exelmans 2024-11-13 11:10:31 +01:00
parent 42757ddc4f
commit 1845c3deb9
6 changed files with 15 additions and 10 deletions

View file

@ -10,7 +10,7 @@ from concrete_syntax.plantuml.make_url import make_url as make_plantuml_url
from concrete_syntax.graphviz.make_url import make_url as make_graphviz_url
from concrete_syntax.graphviz import renderer as graphviz
from transformation.matcher.mvs_adapter import match_od
from transformation.matcher import match_od
from transformation.rewriter import rewrite
from transformation.cloner import clone_od
from transformation.ramify import ramify