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.
module Bla {
struct Blub {
long a;
string b;
};
interface Blubber {
Blub getBlub();
};
typedef My::Complicated::Reachable::Thing Thing;
interface Irgendwas {
struct Bla {
};
readonly attribute Thing b;
};
};