From 6f456d3043c2f29b5de44a97275a052b46c5f6ec Mon Sep 17 00:00:00 2001 From: 2lives Date: Wed, 4 Sep 2024 14:13:01 -0700 Subject: [PATCH] SCP-8 k --- exceptions/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exceptions/__init__.py b/exceptions/__init__.py index ba5b493..020206b 100644 --- a/exceptions/__init__.py +++ b/exceptions/__init__.py @@ -1 +1,3 @@ +from .exceptions import JobNotFoundException, StudioException + __all__ = ['JobNotFoundException', 'StudioException']