# coding: utf-8 from synergine2.xyz import XYZException class NotFoundWhereToGo(XYZException): pass