Updated this to the latest version of develop, got rid of most of the duplication, might be missing some packages in toml, needs testing
This commit is contained in:
5
app/utils/__init__.py
Normal file
5
app/utils/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from .handle_exception import handle_exception
|
||||
|
||||
__all__ = [
|
||||
"handle_exception"
|
||||
]
|
||||
Reference in New Issue
Block a user