# coding: utf-8
from synergine2_xyz.xyz import XYZException


class NotFoundWhereToGo(XYZException):
    pass