Move data files into the Python package.
The packe directory is now always searched for include files, after
all other directoreis given in $YML_PATH.
include uml.yml2
UML {
include uml2idl.yml2
Root apply "packagedElement", 0;
Package {
| module «@name» {
applyClass;
| };
}
Class("@stereotype='Struct'") {
| interface «@name» {
applyAttributes;
| };
}
Attribute | attribute †type «@name»;
}