exceptions.py 106B

1234567
  1. # coding: utf-8
  2. from synergine2.xyz import XYZException
  3. class NotFoundWhereToGo(XYZException):
  4. pass