fix imports

This commit is contained in:
pacnpal
2024-11-14 23:24:48 +00:00
parent e094dbfdb6
commit d8ca4e5b8e
9 changed files with 218 additions and 186 deletions

View File

@@ -0,0 +1,9 @@
"""Exceptions for the utils package"""
class FileCleanupError(Exception):
"""Raised when file cleanup fails"""
pass
class VideoVerificationError(Exception):
"""Raised when video verification fails"""
pass