(self, origin_dir, out_dir)
| 102 | raise NotImplementedError |
| 103 | |
| 104 | def convert2json(self, origin_dir, out_dir): |
| 105 | raise NotImplementedError |
| 106 | |
| 107 | def convert2euler(self, convert_dir, out_dir): |
| 108 | dir_name = os.path.dirname(os.path.realpath(__file__)) |