moved webui and updated poetry packages
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
"""Definition of database exception."""
|
||||
from __future__ import annotations
|
||||
|
||||
|
||||
class NoDocumentFoundException(Exception):
|
||||
"""Database exception for when no documents are found."""
|
||||
Reference in New Issue
Block a user