commit | 67654fa8bcfcf068642a71a8593c5244ec9b3d70 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Fri Jun 09 09:33:17 2017 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Sat Jun 24 09:20:05 2017 -0700 |
tree | f0ea355efb8c648ad631405c7c36d1e12424dd1e | |
parent | 5e2d09ed62fef4a1954446668f682ae712b34d54 [diff] [blame] |
[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