[CORD-1440] Moving the generative toolchain in a library

Change-Id: Ifa8e8f930ac34e1f8952099b7e34842a52f4664d
diff --git a/lib/xos-genx/bin/xosgenx b/lib/xos-genx/bin/xosgenx
new file mode 100644
index 0000000..d48f6b0
--- /dev/null
+++ b/lib/xos-genx/bin/xosgenx
@@ -0,0 +1,4 @@
+#!/usr/bin/env python
+
+from xosgenx.xosgen import XosGen
+XosGen.init()
\ No newline at end of file