4304c6d
1
2
3
4
5
6
from services.errors.base import BaseServiceError class IndexNotInitializedError(BaseServiceError): pass