mirror of
https://github.com/SantaSpeen/anixart.git
synced 2026-04-20 15:20:32 +00:00
4 lines
88 B
Python
4 lines
88 B
Python
def errors_handler(error):
|
|
"""Handle errors and return a JSON response."""
|
|
pass
|